Html Css Color HEX #1F026C Persian Indigo

📋 copy color: '#1F026C'

red 31 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #1F026C

Tints of Persian Indigo #1F026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 76.6%

R = 21.99%
G = 1.42%
B = 76.6%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F026C (or 0x1F026C) is known color: Persian Indigo. HEX triplet: 1F, 02 and 6C. RGB value is (31,2,108). Sum of RGB (Red+Green+Blue) = 31+2+108=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F026C is #E0FD93. Grayscale: #161616. Windows color (decimal): -14744980 or 7078431. OLE color: 7078431.

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

Color convert

RGB 31 2 108 -
CMYK 0.71 0.98 0 0.58
HSL 256.42º 0.96% 0.22% -
HSV(B) 256.42º 0.98% 0.42% -
XYZ 3.29 1.42 14.29 -
YUV 22.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 31 2 108 0.71 0.98 0 0.58 256.42 0.96 0.22
Hex 1F 2 6C 47 62 0 3A 100 60 16
Octal 37 2 154 107 142 0 72 400 140 26
Binary 11111 10 1101100 1000111 1100010 0 111010 100000000 1100000 10110

Color Harmonies of #1F026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F026C

Black with #1F026C

Text Example


Text Example

White with #1F026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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