#1f035c

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

Shades of Persian Indigo #1F035C

Tints of Persian Indigo #1F035C

Color information

#1F035C (or 0x1F035C) is unknown color: approx Persian Indigo. HEX triplet: 1F, 03 and 5C. RGB value is (31,3,92). Sum of RGB (Red+Green+Blue) = 31+3+92=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F035C is #E0FCA3. Grayscale: #151515. Windows color (decimal): -14744740 or 6030111. OLE color: 6030111.

HSL color Cylindrical-coordinate representation of color #1F035C: hue angle of 258.88º 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 #1F035C is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31392-
CMYK0.660.9700.64
HSL258.88º93.68%18.63%-
HSV(B)258.88º96.74%36.08%-
XYZ2.531.1310.21-
YUV21.52167.78134.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 92 (36.33% from 255) = 73.02%
R=24.60%
G=2.38%
B=73.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal313920.660.9700.64258.8893.6818.63
Hex1F35C42610401035e13
Octal373134102141010040313623
Binary111111110111001000010110000101000000100000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f035c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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