Html Css Color HEX #1F0979 Persian Indigo

📋 copy color: '#1F0979'

red 31 ◦ green 9 ◦ blue 121

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

Shades of Persian Indigo #1F0979

Tints of Persian Indigo #1F0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 121 (47.66% from 255) = 75.16%

R = 19.25%
G = 5.59%
B = 75.16%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F0979 (or 0x1F0979) is known color: Persian Indigo. HEX triplet: 1F, 09 and 79. RGB value is (31,9,121). Sum of RGB (Red+Green+Blue) = 31+9+121=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F0979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0979 is #E0F686. Grayscale: #1B1B1B. Windows color (decimal): -14743175 or 7932191. OLE color: 7932191.

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

Color convert

RGB 31 9 121 -
CMYK 0.74 0.93 0 0.53
HSL 251.79º 0.86% 0.25% -
HSV(B) 251.79º 0.93% 0.47% -
XYZ 4.11 1.87 18.23 -
YUV 28.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 31 9 121 0.74 0.93 0 0.53 251.79 0.86 0.25
Hex 1F 9 79 4A 5D 0 35 FC 56 19
Octal 37 11 171 112 135 0 65 374 126 31
Binary 11111 1001 1111001 1001010 1011101 0 110101 11111100 1010110 11001

Color Harmonies of #1F0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0979

Black with #1F0979

Text Example


Text Example

White with #1F0979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,9,121); }

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

background-color css

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

 a { background-color: rgb(31,9,121); }

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

border-color css

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

 span { border-color: rgb(31,9,121); }

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