#1E0463

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

Shades of Persian Indigo #1E0463

Tints of Persian Indigo #1E0463

Color information

#1E0463 (or 0x1E0463) is unknown color: approx Persian Indigo. HEX triplet: 1E, 04 and 63. RGB value is (30,4,99). Sum of RGB (Red+Green+Blue) = 30+4+99=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E0463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0463 is #E1FB9C. Grayscale: #161616. Windows color (decimal): -14810013 or 6489118. OLE color: 6489118.

HSL color Cylindrical-coordinate representation of color #1E0463: hue angle of 256.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0463 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB30499-
CMYK0.700.9600.61
HSL256.42º92.23%20.2%-
HSV(B)256.42º95.96%38.82%-
XYZ2.831.2611.9-
YUV22.6171.11133.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.56%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=22.56%
G=3.01%
B=74.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal304990.700.9600.61256.4292.2320.2
Hex1E463466003D1005c14
Octal36414310614007540013424
Binary111101001100011100011011000000111101100000000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,99); }

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

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

 a { background-color: rgb(30,4,99); }

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

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

 span { border-color: rgb(30,4,99); }

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