#1C0374

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

Shades of Persian Indigo #1C0374

Tints of Persian Indigo #1C0374

Color information

#1C0374 (or 0x1C0374) is unknown color: approx Persian Indigo. HEX triplet: 1C, 03 and 74. RGB value is (28,3,116). Sum of RGB (Red+Green+Blue) = 28+3+116=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C0374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0374 is #E3FC8B. Grayscale: #161616. Windows color (decimal): -14941324 or 7602972. OLE color: 7602972.

HSL color Cylindrical-coordinate representation of color #1C0374: hue angle of 253.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C0374 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB283116-
CMYK0.760.9700.55
HSL253.27º94.96%23.33%-
HSV(B)253.27º97.41%45.49%-
XYZ3.661.5716.63-
YUV23.36180.28131.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 116 (45.70% from 255) = 78.91%
R=19.05%
G=2.04%
B=78.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2831160.760.9700.55253.2794.9623.33
Hex1C3744C61037fd5f17
Octal34316411414106737513727
Binary1110011111010010011001100001011011111111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0374; }

 p { color: rgb(28,3,116); }

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

<style>
 a { background-color: #1C0374; }

 a { background-color: rgb(28,3,116); }

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

<style>
 span { border-color: #1C0374; }

 span { border-color: rgb(28,3,116); }

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