Html Css Color HEX #1F0977 Persian Indigo

📋 copy color: '#1F0977'

red 31 ◦ green 9 ◦ blue 119

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

Shades of Persian Indigo #1F0977

Tints of Persian Indigo #1F0977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 74.84%

R = 19.5%
G = 5.66%
B = 74.84%

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

#1F0977 (or 0x1F0977) is known color: Persian Indigo. HEX triplet: 1F, 09 and 77. RGB value is (31,9,119). Sum of RGB (Red+Green+Blue) = 31+9+119=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F0977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0977 is #E0F688. Grayscale: #1B1B1B. Windows color (decimal): -14743177 or 7801119. OLE color: 7801119.

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

Color convert

RGB 31 9 119 -
CMYK 0.74 0.92 0 0.53
HSL 252º 0.86% 0.25% -
HSV(B) 252º 0.92% 0.47% -
XYZ 3.99 1.82 17.59 -
YUV 28.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 31 9 119 0.74 0.92 0 0.53 252 0.86 0.25
Hex 1F 9 77 4A 5C 0 35 FC 56 19
Octal 37 11 167 112 134 0 65 374 126 31
Binary 11111 1001 1110111 1001010 1011100 0 110101 11111100 1010110 11001

Color Harmonies of #1F0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0977

Black with #1F0977

Text Example


Text Example

White with #1F0977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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