#3C1678

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

Shades of Persian Indigo #3C1678

Tints of Persian Indigo #3C1678

Color information

#3C1678 (or 0x3C1678) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and 78. RGB value is (60,22,120). Sum of RGB (Red+Green+Blue) = 60+22+120=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C1678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1678 is #C3E987. Grayscale: #2C2C2C. Windows color (decimal): -12839304 or 7870012. OLE color: 7870012.

HSL color Cylindrical-coordinate representation of color #3C1678: hue angle of 263.27º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1678 is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6022120-
CMYK0.50.8200.53
HSL263.27º69.01%27.84%-
HSV(B)263.27º81.67%47.06%-
XYZ5.542.8918.04-
YUV44.53170.59139.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=29.70%
G=10.89%
B=59.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60221200.50.8200.53263.2769.0127.84
Hex3C16783252035107451c
Octal74261706212206540710534
Binary11110010110111100011001010100100110101100000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,22,120); }

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

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

 a { background-color: rgb(60,22,120); }

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

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

 span { border-color: rgb(60,22,120); }

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