#1F026C

Color #1F026C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #1F026C

Tints of Persian Indigo #1F026C

Color information

#1F026C (or 0x1F026C) is unknown color: approx 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

RGB312108-
CMYK0.710.9800.58
HSL256.42º96.36%21.57%-
HSV(B)256.42º98.15%42.35%-
XYZ3.291.4214.29-
YUV22.76176.11133.88-

RGB Variations

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

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.60%
R=21.99%
G=1.42%
B=76.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3121080.710.9800.58256.4296.3621.57
Hex1F26C476203A1006016
Octal37215410714207240014026
Binary11111101101100100011111000100111010100000000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>