Html Css Color HEX #1F026E Persian Indigo

📋 copy color: '#1F026E'

red 31 ◦ green 2 ◦ blue 110

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

Shades of Persian Indigo #1F026E

Tints of Persian Indigo #1F026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 110 (43.36% from 255) = 76.92%

R = 21.68%
G = 1.4%
B = 76.92%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F026E (or 0x1F026E) is known color: Persian Indigo. HEX triplet: 1F, 02 and 6E. RGB value is (31,2,110). Sum of RGB (Red+Green+Blue) = 31+2+110=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 110 (43.36% from 255 or 76.92% from 143); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F026E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F026E is #E0FD91. Grayscale: #161616. Windows color (decimal): -14744978 or 7209503. OLE color: 7209503.

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

Color convert

RGB 31 2 110 -
CMYK 0.72 0.98 0 0.57
HSL 256.11º 0.96% 0.22% -
HSV(B) 256.11º 0.98% 0.43% -
XYZ 3.4 1.46 14.85 -
YUV 22.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 31 2 110 0.72 0.98 0 0.57 256.11 0.96 0.22
Hex 1F 2 6E 48 62 0 39 100 60 16
Octal 37 2 156 110 142 0 71 400 140 26
Binary 11111 10 1101110 1001000 1100010 0 111001 100000000 1100000 10110

Color Harmonies of #1F026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F026E

Black with #1F026E

Text Example


Text Example

White with #1F026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,2,110); }

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

background-color css

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

 a { background-color: rgb(31,2,110); }

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

border-color css

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

 span { border-color: rgb(31,2,110); }

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