Html Css Color HEX #1C0178 Persian Indigo

📋 copy color: '#1C0178'

red 28 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #1C0178

Tints of Persian Indigo #1C0178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 80.54%

R = 18.79%
G = 0.67%
B = 80.54%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C0178 (or 0x1C0178) is known color: Persian Indigo. HEX triplet: 1C, 01 and 78. RGB value is (28,1,120). Sum of RGB (Red+Green+Blue) = 28+1+120=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0178 is #E3FE87. Grayscale: #161616. Windows color (decimal): -14941832 or 7864604. OLE color: 7864604.

HSL color Cylindrical-coordinate representation of color #1C0178: hue angle of 253.61º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0178 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 1 120 -
CMYK 0.77 0.99 0 0.53
HSL 253.61º 0.98% 0.24% -
HSV(B) 253.61º 0.99% 0.47% -
XYZ 3.88 1.62 17.88 -
YUV 22.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 28 1 120 0.77 0.99 0 0.53 253.61 0.98 0.24
Hex 1C 1 78 4D 63 0 35 FE 62 18
Octal 34 1 170 115 143 0 65 376 142 30
Binary 11100 1 1111000 1001101 1100011 0 110101 11111110 1100010 11000

Color Harmonies of #1C0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0178

Black with #1C0178

Text Example


Text Example

White with #1C0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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