#1F025F

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

Shades of Persian Indigo #1F025F

Tints of Persian Indigo #1F025F

Color information

#1F025F (or 0x1F025F) is unknown color: approx Persian Indigo. HEX triplet: 1F, 02 and 5F. RGB value is (31,2,95). Sum of RGB (Red+Green+Blue) = 31+2+95=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F025F is #E0FDA0. Grayscale: #141414. Windows color (decimal): -14744993 or 6226463. OLE color: 6226463.

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

Color convert

RGB31295-
CMYK0.670.9800.63
HSL258.71º95.88%19.02%-
HSV(B)258.71º97.89%37.25%-
XYZ2.651.1610.91-
YUV21.27169.61134.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.22%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 95 (37.5% from 255) = 74.22%
R=24.22%
G=1.56%
B=74.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal312950.670.9800.63258.7195.8819.02
Hex1F25F436203F1036013
Octal37213710314207740314023
Binary11111101011111100001111000100111111100000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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