#1F027B

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

Shades of Persian Indigo #1F027B

Tints of Persian Indigo #1F027B

Color information

#1F027B (or 0x1F027B) is unknown color: approx Persian Indigo. HEX triplet: 1F, 02 and 7B. RGB value is (31,2,123). Sum of RGB (Red+Green+Blue) = 31+2+123=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F027B is #E0FD84. Grayscale: #181818. Windows color (decimal): -14744965 or 8061471. OLE color: 8061471.

HSL color Cylindrical-coordinate representation of color #1F027B: hue angle of 254.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F027B is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB312123-
CMYK0.750.9800.52
HSL254.38º96.8%24.51%-
HSV(B)254.38º98.37%48.24%-
XYZ4.161.7618.86-
YUV24.46183.61132.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 123 (48.44% from 255) = 78.85%
R=19.87%
G=1.28%
B=78.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3121230.750.9800.52254.3896.824.51
Hex1F27B4B62034fe6119
Octal37217311314206437614131
Binary1111110111101110010111100010011010011111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F027B;
 }
 .AnyTagClassName
 {
   color: #1F027B;
 }
</style>
background-color css

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

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

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

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

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

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