Html Css Color HEX #1F046A Persian Indigo

📋 copy color: '#1F046A'

red 31 ◦ green 4 ◦ blue 106

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

Shades of Persian Indigo #1F046A

Tints of Persian Indigo #1F046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 75.18%

R = 21.99%
G = 2.84%
B = 75.18%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F046A (or 0x1F046A) is known color: Persian Indigo. HEX triplet: 1F, 04 and 6A. RGB value is (31,4,106). Sum of RGB (Red+Green+Blue) = 31+4+106=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F046A is #E0FB95. Grayscale: #171717. Windows color (decimal): -14744470 or 6947871. OLE color: 6947871.

HSL color Cylindrical-coordinate representation of color #1F046A: hue angle of 255.88º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F046A is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 4 106 -
CMYK 0.71 0.96 0 0.58
HSL 255.88º 0.93% 0.22% -
HSV(B) 255.88º 0.96% 0.42% -
XYZ 3.21 1.42 13.74 -
YUV 23.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 31 4 106 0.71 0.96 0 0.58 255.88 0.93 0.22
Hex 1F 4 6A 47 60 0 3A 100 5D 16
Octal 37 4 152 107 140 0 72 400 135 26
Binary 11111 100 1101010 1000111 1100000 0 111010 100000000 1011101 10110

Color Harmonies of #1F046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F046A

Black with #1F046A

Text Example


Text Example

White with #1F046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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