Html Css Color HEX #1F0A74 Persian Indigo

📋 copy color: '#1F0A74'

red 31 ◦ green 10 ◦ blue 116

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

Shades of Persian Indigo #1F0A74

Tints of Persian Indigo #1F0A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 73.89%

R = 19.75%
G = 6.37%
B = 73.89%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F0A74 (or 0x1F0A74) is known color: Persian Indigo. HEX triplet: 1F, 0A and 74. RGB value is (31,10,116). Sum of RGB (Red+Green+Blue) = 31+10+116=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F0A74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0A74 is #E0F58B. Grayscale: #1B1B1B. Windows color (decimal): -14742924 or 7604767. OLE color: 7604767.

HSL color Cylindrical-coordinate representation of color #1F0A74: hue angle of 251.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0A74 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 10 116 -
CMYK 0.73 0.91 0 0.55
HSL 251.89º 0.84% 0.25% -
HSV(B) 251.89º 0.91% 0.45% -
XYZ 3.83 1.77 16.66 -
YUV 28.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 31 10 116 0.73 0.91 0 0.55 251.89 0.84 0.25
Hex 1F A 74 49 5B 0 37 FC 54 19
Octal 37 12 164 111 133 0 67 374 124 31
Binary 11111 1010 1110100 1001001 1011011 0 110111 11111100 1010100 11001

Color Harmonies of #1F0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0A74

Black with #1F0A74

Text Example


Text Example

White with #1F0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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