#1F025D

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

Shades of Persian Indigo #1F025D

Tints of Persian Indigo #1F025D

Color information

#1F025D (or 0x1F025D) is unknown color: approx Persian Indigo. HEX triplet: 1F, 02 and 5D. RGB value is (31,2,93). Sum of RGB (Red+Green+Blue) = 31+2+93=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025D is #E0FDA2. Grayscale: #141414. Windows color (decimal): -14744995 or 6095391. OLE color: 6095391.

HSL color Cylindrical-coordinate representation of color #1F025D: hue angle of 259.12º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F025D is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31293-
CMYK0.670.9800.64
HSL259.12º95.79%18.63%-
HSV(B)259.12º97.85%36.47%-
XYZ2.561.1310.44-
YUV21.04168.61135.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 93 (36.72% from 255) = 73.81%
R=24.60%
G=1.59%
B=73.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal312930.670.9800.64259.1295.7918.63
Hex1F25D43620401036013
Octal372135103142010040314023
Binary111111010111011000011110001001000000100000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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