Html Css Color HEX #1F0A76 Persian Indigo

📋 copy color: '#1F0A76'

red 31 ◦ green 10 ◦ blue 118

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

Shades of Persian Indigo #1F0A76

Tints of Persian Indigo #1F0A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 74.21%

R = 19.5%
G = 6.29%
B = 74.21%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F0A76 (or 0x1F0A76) is known color: Persian Indigo. HEX triplet: 1F, 0A and 76. RGB value is (31,10,118). Sum of RGB (Red+Green+Blue) = 31+10+118=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F0A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0A76 is #E0F589. Grayscale: #1C1C1C. Windows color (decimal): -14742922 or 7735839. OLE color: 7735839.

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

Color convert

RGB 31 10 118 -
CMYK 0.74 0.92 0 0.54
HSL 251.67º 0.84% 0.25% -
HSV(B) 251.67º 0.92% 0.46% -
XYZ 3.94 1.82 17.28 -
YUV 28.59 178.46 129.72 -
System Red Green Blue C M Y K H S L
Decimal 31 10 118 0.74 0.92 0 0.54 251.67 0.84 0.25
Hex 1F A 76 4A 5C 0 36 FC 54 19
Octal 37 12 166 112 134 0 66 374 124 31
Binary 11111 1010 1110110 1001010 1011100 0 110110 11111100 1010100 11001

Color Harmonies of #1F0A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0A76

Black with #1F0A76

Text Example


Text Example

White with #1F0A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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