Html Css Color HEX #1C0172 Persian Indigo

📋 copy color: '#1C0172'

red 28 ◦ green 1 ◦ blue 114

#1C0172
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1C0172

Tints of Persian Indigo #1C0172

RGB

 RED value IS 28 (11.33% from 255) = 19.58%

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 114 (44.92% from 255) = 79.72%

R = 19.58%
G = 0.7%
B = 79.72%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C0172 (or 0x1C0172) is known color: Persian Indigo. HEX triplet: 1C, 01 and 72. RGB value is (28,1,114). Sum of RGB (Red+Green+Blue) = 28+1+114=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #1C0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0172 is #E3FE8D. Grayscale: #151515. Windows color (decimal): -14941838 or 7471388. OLE color: 7471388.

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

Color convert

RGB 28 1 114 -
CMYK 0.75 0.99 0 0.55
HSL 254.34º 0.98% 0.23% -
HSV(B) 254.34º 0.99% 0.45% -
XYZ 3.53 1.48 16.02 -
YUV 21.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 28 1 114 0.75 0.99 0 0.55 254.34 0.98 0.23
Hex 1C 1 72 4B 63 0 37 FE 62 17
Octal 34 1 162 113 143 0 67 376 142 27
Binary 11100 1 1110010 1001011 1100011 0 110111 11111110 1100010 10111

Color Harmonies of #1C0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0172

Black with #1C0172

Text Example


Text Example

White with #1C0172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,114); }

 H1.HeaderClassName
 {
   color: #1C0172;
 }
 .AnyTagClassName
 {
   color: #1C0172;
 }
</style>

background-color css

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

 a { background-color: rgb(28,1,114); }

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

border-color css

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

 span { border-color: rgb(28,1,114); }

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