#1F035D

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

Shades of Persian Indigo #1F035D

Tints of Persian Indigo #1F035D

Color information

#1F035D (or 0x1F035D) is unknown color: approx Persian Indigo. HEX triplet: 1F, 03 and 5D. RGB value is (31,3,93). Sum of RGB (Red+Green+Blue) = 31+3+93=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F035D is #E0FCA2. Grayscale: #151515. Windows color (decimal): -14744739 or 6095647. OLE color: 6095647.

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

Color convert

RGB31393-
CMYK0.670.9700.64
HSL258.67º93.75%18.82%-
HSV(B)258.67º96.77%36.47%-
XYZ2.571.1510.44-
YUV21.63168.28134.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=24.41%
G=2.36%
B=73.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal313930.670.9700.64258.6793.7518.82
Hex1F35D43610401035e13
Octal373135103141010040313623
Binary111111110111011000011110000101000000100000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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