Html Css Color HEX #1F086A Persian Indigo

📋 copy color: '#1F086A'

red 31 ◦ green 8 ◦ blue 106

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

Shades of Persian Indigo #1F086A

Tints of Persian Indigo #1F086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 21.38%
G = 5.52%
B = 73.1%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F086A (or 0x1F086A) is known color: Persian Indigo. HEX triplet: 1F, 08 and 6A. RGB value is (31,8,106). Sum of RGB (Red+Green+Blue) = 31+8+106=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F086A is #E0F795. Grayscale: #191919. Windows color (decimal): -14743446 or 6948895. OLE color: 6948895.

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

Color convert

RGB 31 8 106 -
CMYK 0.71 0.92 0 0.58
HSL 254.08º 0.86% 0.22% -
HSV(B) 254.08º 0.92% 0.42% -
XYZ 3.25 1.51 13.75 -
YUV 26.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 31 8 106 0.71 0.92 0 0.58 254.08 0.86 0.22
Hex 1F 8 6A 47 5C 0 3A FE 56 16
Octal 37 10 152 107 134 0 72 376 126 26
Binary 11111 1000 1101010 1000111 1011100 0 111010 11111110 1010110 10110

Color Harmonies of #1F086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F086A

Black with #1F086A

Text Example


Text Example

White with #1F086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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