Html Css Color HEX #1F0478 Persian Indigo

📋 copy color: '#1F0478'

red 31 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #1F0478

Tints of Persian Indigo #1F0478

RGB

 RED value IS 31 (12.5% from 255) = 20%

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

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

R = 20%
G = 2.58%
B = 77.42%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F0478 (or 0x1F0478) is known color: Persian Indigo. HEX triplet: 1F, 04 and 78. RGB value is (31,4,120). Sum of RGB (Red+Green+Blue) = 31+4+120=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 120 (47.27% from 255 or 77.42% from 155); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F0478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0478 is #E0FB87. Grayscale: #181818. Windows color (decimal): -14744456 or 7865375. OLE color: 7865375.

HSL color Cylindrical-coordinate representation of color #1F0478: hue angle of 253.97º 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 #1F0478 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 4 120 -
CMYK 0.74 0.97 0 0.53
HSL 253.97º 0.94% 0.24% -
HSV(B) 253.97º 0.97% 0.47% -
XYZ 4 1.73 17.89 -
YUV 25.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 31 4 120 0.74 0.97 0 0.53 253.97 0.94 0.24
Hex 1F 4 78 4A 61 0 35 FE 5E 18
Octal 37 4 170 112 141 0 65 376 136 30
Binary 11111 100 1111000 1001010 1100001 0 110101 11111110 1011110 11000

Color Harmonies of #1F0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0478

Black with #1F0478

Text Example


Text Example

White with #1F0478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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