Html Css Color HEX #1F086F Persian Indigo

📋 copy color: '#1F086F'

red 31 ◦ green 8 ◦ blue 111

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

Shades of Persian Indigo #1F086F

Tints of Persian Indigo #1F086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 74%

R = 20.67%
G = 5.33%
B = 74%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F086F (or 0x1F086F) is known color: Persian Indigo. HEX triplet: 1F, 08 and 6F. RGB value is (31,8,111). Sum of RGB (Red+Green+Blue) = 31+8+111=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F086F is #E0F790. Grayscale: #1A1A1A. Windows color (decimal): -14743441 or 7276575. OLE color: 7276575.

HSL color Cylindrical-coordinate representation of color #1F086F: hue angle of 253.4º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F086F is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 8 111 -
CMYK 0.72 0.93 0 0.56
HSL 253.4º 0.87% 0.23% -
HSV(B) 253.4º 0.93% 0.44% -
XYZ 3.52 1.61 15.16 -
YUV 26.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 31 8 111 0.72 0.93 0 0.56 253.4 0.87 0.23
Hex 1F 8 6F 48 5D 0 38 FD 57 17
Octal 37 10 157 110 135 0 70 375 127 27
Binary 11111 1000 1101111 1001000 1011101 0 111000 11111101 1010111 10111

Color Harmonies of #1F086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F086F

Black with #1F086F

Text Example


Text Example

White with #1F086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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