Html Css Color HEX #1F0A78 Persian Indigo

📋 copy color: '#1F0A78'

red 31 ◦ green 10 ◦ blue 120

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

Shades of Persian Indigo #1F0A78

Tints of Persian Indigo #1F0A78

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

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

R = 19.25%
G = 6.21%
B = 74.53%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F0A78 (or 0x1F0A78) is known color: Persian Indigo. HEX triplet: 1F, 0A and 78. RGB value is (31,10,120). Sum of RGB (Red+Green+Blue) = 31+10+120=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F0A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0A78 is #E0F587. Grayscale: #1C1C1C. Windows color (decimal): -14742920 or 7866911. OLE color: 7866911.

HSL color Cylindrical-coordinate representation of color #1F0A78: hue angle of 251.45º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0A78 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 10 120 -
CMYK 0.74 0.92 0 0.53
HSL 251.45º 0.85% 0.25% -
HSV(B) 251.45º 0.92% 0.47% -
XYZ 4.06 1.86 17.91 -
YUV 28.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 31 10 120 0.74 0.92 0 0.53 251.45 0.85 0.25
Hex 1F A 78 4A 5C 0 35 FB 55 19
Octal 37 12 170 112 134 0 65 373 125 31
Binary 11111 1010 1111000 1001010 1011100 0 110101 11111011 1010101 11001

Color Harmonies of #1F0A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0A78

Black with #1F0A78

Text Example


Text Example

White with #1F0A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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