#3231C2

Color #3231C2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3231C2

Tints of Persian Blue #3231C2

Color information

#3231C2 (or 0x3231C2) is unknown color: approx Persian Blue. HEX triplet: 32, 31 and C2. RGB value is (50,49,194). Sum of RGB (Red+Green+Blue) = 50+49+194=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #3231C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3231C2 is #CDCE3D. Grayscale: #414141. Windows color (decimal): -13487678 or 12726578. OLE color: 12726578.

HSL color Cylindrical-coordinate representation of color #3231C2: hue angle of 240.41º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3231C2 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5049194-
CMYK0.740.7500.24
HSL240.41º59.67%47.65%-
HSV(B)240.41º74.74%76.08%-
XYZ12.156.7751.71-
YUV65.83200.33116.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 194 (76.17% from 255) = 66.21%
R=17.06%
G=16.72%
B=66.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50491940.740.7500.24240.4159.6747.65
Hex3231C24A4B018f03c30
Octal62613021121130303607460
Binary110010110001110000101001010100101101100011110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3231C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3231C2; }

 p { color: rgb(50,49,194); }

 H1.HeaderClassName
 {
   color: #3231C2;
 }
 .AnyTagClassName
 {
   color: #3231C2;
 }
</style>
background-color css

<style>
 a { background-color: #3231C2; }

 a { background-color: rgb(50,49,194); }

 div.DivClassName
 {
   background-color: #3231C2;
 }
 .BgClassName
 {
   background-color: #3231C2;
 }
</style>
border-color css

<style>
 span { border-color: #3231C2; }

 span { border-color: rgb(50,49,194); }

 td.TdClassName
 {
   border-color: #3231C2;
 }
 .TagClassName
 {
   border-color: #3231C2;
 }
</style>