#3C29D2

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

Shades of Persian Blue #3C29D2

Tints of Persian Blue #3C29D2

Color information

#3C29D2 (or 0x3C29D2) is unknown color: approx Persian Blue. HEX triplet: 3C, 29 and D2. RGB value is (60,41,210). Sum of RGB (Red+Green+Blue) = 60+41+210=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 210 (82.42% from 255 or 67.52% from 311); Max value from RGB is 210 - color contains mainly: blue. Hex color #3C29D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29D2 is #C3D62D. Grayscale: #414141. Windows color (decimal): -12834350 or 13773116. OLE color: 13773116.

HSL color Cylindrical-coordinate representation of color #3C29D2: hue angle of 246.75º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C29D2 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6041210-
CMYK0.710.8000.18
HSL246.75º67.33%49.22%-
HSV(B)246.75º80.48%82.35%-
XYZ14.297.261.61-
YUV65.95209.29123.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 210 (82.42% from 255) = 67.52%
R=19.29%
G=13.18%
B=67.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60412100.710.8000.18246.7567.3349.22
Hex3C29D24750012f74331
Octal745132210712002236710361
Binary1111001010011101001010001111010000010010111101111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C29D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C29D2; }

 p { color: rgb(60,41,210); }

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

<style>
 a { background-color: #3C29D2; }

 a { background-color: rgb(60,41,210); }

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

<style>
 span { border-color: #3C29D2; }

 span { border-color: rgb(60,41,210); }

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