Html Css Color HEX #1C0478 Persian Indigo

📋 copy color: '#1C0478'

red 28 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #1C0478

Tints of Persian Indigo #1C0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 18.42%
G = 2.63%
B = 78.95%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1C0478 (or 0x1C0478) is known color: Persian Indigo. HEX triplet: 1C, 04 and 78. RGB value is (28,4,120). Sum of RGB (Red+Green+Blue) = 28+4+120=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0478 is #E3FB87. Grayscale: #171717. Windows color (decimal): -14941064 or 7865372. OLE color: 7865372.

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

Color convert

RGB 28 4 120 -
CMYK 0.77 0.97 0 0.53
HSL 252.41º 0.94% 0.24% -
HSV(B) 252.41º 0.97% 0.47% -
XYZ 3.91 1.69 17.89 -
YUV 24.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 28 4 120 0.77 0.97 0 0.53 252.41 0.94 0.24
Hex 1C 4 78 4D 61 0 35 FC 5E 18
Octal 34 4 170 115 141 0 65 374 136 30
Binary 11100 100 1111000 1001101 1100001 0 110101 11111100 1011110 11000

Color Harmonies of #1C0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0478

Black with #1C0478

Text Example


Text Example

White with #1C0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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