#1E035C

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

Shades of Persian Indigo #1E035C

Tints of Persian Indigo #1E035C

Color information

#1E035C (or 0x1E035C) is unknown color: approx Persian Indigo. HEX triplet: 1E, 03 and 5C. RGB value is (30,3,92). Sum of RGB (Red+Green+Blue) = 30+3+92=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E035C is #E1FCA3. Grayscale: #141414. Windows color (decimal): -14810276 or 6030110. OLE color: 6030110.

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

Color convert

RGB30392-
CMYK0.670.9700.64
HSL258.2º93.68%18.63%-
HSV(B)258.2º96.74%36.08%-
XYZ2.51.1110.21-
YUV21.22167.95134.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 92 (36.33% from 255) = 73.6%
R=24%
G=2.4%
B=73.6%

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
Decimal303920.670.9700.64258.293.6818.63
Hex1E35C43610401025e13
Octal363134103141010040213623
Binary111101110111001000011110000101000000100000010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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