#1C0075

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

Shades of Persian Indigo #1C0075

Tints of Persian Indigo #1C0075

Color information

#1C0075 (or 0x1C0075) is unknown color: approx Persian Indigo. HEX triplet: 1C, 00 and 75. RGB value is (28,0,117). Sum of RGB (Red+Green+Blue) = 28+0+117=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0075 is #E3FF8A. Grayscale: #151515. Windows color (decimal): -14942091 or 7667740. OLE color: 7667740.

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

Color convert

RGB280117-
CMYK0.76100.54
HSL254.36º100%22.94%-
HSV(B)254.36º100%45.88%-
XYZ3.691.5316.93-
YUV21.71181.78132.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 80.69%
R=19.31%
G=0%
B=80.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2801170.76100.54254.3610022.94
Hex1C0754C64036fe6417
Octal34016511414406637614427
Binary111000111010110011001100100011011011111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,117); }

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

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

 a { background-color: rgb(28,0,117); }

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

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

 span { border-color: rgb(28,0,117); }

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