Html Css Color HEX #1F086D Persian Indigo

📋 copy color: '#1F086D'

red 31 ◦ green 8 ◦ blue 109

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

Shades of Persian Indigo #1F086D

Tints of Persian Indigo #1F086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.65%

R = 20.95%
G = 5.41%
B = 73.65%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F086D (or 0x1F086D) is known color: Persian Indigo. HEX triplet: 1F, 08 and 6D. RGB value is (31,8,109). Sum of RGB (Red+Green+Blue) = 31+8+109=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F086D is #E0F792. Grayscale: #1A1A1A. Windows color (decimal): -14743443 or 7145503. OLE color: 7145503.

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

Color convert

RGB 31 8 109 -
CMYK 0.72 0.93 0 0.57
HSL 253.66º 0.86% 0.23% -
HSV(B) 253.66º 0.93% 0.43% -
XYZ 3.41 1.57 14.59 -
YUV 26.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 31 8 109 0.72 0.93 0 0.57 253.66 0.86 0.23
Hex 1F 8 6D 48 5D 0 39 FE 56 17
Octal 37 10 155 110 135 0 71 376 126 27
Binary 11111 1000 1101101 1001000 1011101 0 111001 11111110 1010110 10111

Color Harmonies of #1F086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F086D

Black with #1F086D

Text Example


Text Example

White with #1F086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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