#1C0274

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

Shades of Persian Indigo #1C0274

Tints of Persian Indigo #1C0274

Color information

#1C0274 (or 0x1C0274) is unknown color: approx Persian Indigo. HEX triplet: 1C, 02 and 74. RGB value is (28,2,116). Sum of RGB (Red+Green+Blue) = 28+2+116=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C0274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0274 is #E3FD8B. Grayscale: #161616. Windows color (decimal): -14941580 or 7602716. OLE color: 7602716.

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

Color convert

RGB282116-
CMYK0.760.9800.55
HSL253.68º96.61%23.14%-
HSV(B)253.68º98.28%45.49%-
XYZ3.651.5516.63-
YUV22.77180.61131.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 116 (45.70% from 255) = 79.45%
R=19.18%
G=1.37%
B=79.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2821160.760.9800.55253.6896.6123.14
Hex1C2744C62037fe6117
Octal34216411414206737614127
Binary1110010111010010011001100010011011111111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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