#3C1679

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

Shades of Persian Indigo #3C1679

Tints of Persian Indigo #3C1679

Color information

#3C1679 (or 0x3C1679) is unknown color: approx Persian Indigo. HEX triplet: 3C, 16 and 79. RGB value is (60,22,121). Sum of RGB (Red+Green+Blue) = 60+22+121=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C1679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1679 is #C3E986. Grayscale: #2C2C2C. Windows color (decimal): -12839303 or 7935548. OLE color: 7935548.

HSL color Cylindrical-coordinate representation of color #3C1679: hue angle of 263.03º 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 #3C1679 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6022121-
CMYK0.500.8200.53
HSL263.03º69.23%28.04%-
HSV(B)263.03º81.82%47.45%-
XYZ5.62.9118.36-
YUV44.65171.09138.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=29.56%
G=10.84%
B=59.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60221210.500.8200.53263.0369.2328.04
Hex3C16793252035107451c
Octal74261716212206540710534
Binary11110010110111100111001010100100110101100000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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