Html Css Color HEX #1F0479 Persian Indigo

📋 copy color: '#1F0479'

red 31 ◦ green 4 ◦ blue 121

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

Shades of Persian Indigo #1F0479

Tints of Persian Indigo #1F0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 19.87%
G = 2.56%
B = 77.56%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F0479 (or 0x1F0479) is known color: Persian Indigo. HEX triplet: 1F, 04 and 79. RGB value is (31,4,121). Sum of RGB (Red+Green+Blue) = 31+4+121=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F0479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0479 is #E0FB86. Grayscale: #181818. Windows color (decimal): -14744455 or 7930911. OLE color: 7930911.

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

Color convert

RGB 31 4 121 -
CMYK 0.74 0.97 0 0.53
HSL 253.85º 0.94% 0.25% -
HSV(B) 253.85º 0.97% 0.47% -
XYZ 4.06 1.76 18.21 -
YUV 25.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 31 4 121 0.74 0.97 0 0.53 253.85 0.94 0.25
Hex 1F 4 79 4A 61 0 35 FE 5E 19
Octal 37 4 171 112 141 0 65 376 136 31
Binary 11111 100 1111001 1001010 1100001 0 110101 11111110 1011110 11001

Color Harmonies of #1F0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0479

Black with #1F0479

Text Example


Text Example

White with #1F0479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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