#1E0273

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

Shades of Persian Indigo #1E0273

Tints of Persian Indigo #1E0273

Color information

#1E0273 (or 0x1E0273) is unknown color: approx Persian Indigo. HEX triplet: 1E, 02 and 73. RGB value is (30,2,115). Sum of RGB (Red+Green+Blue) = 30+2+115=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E0273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0273 is #E1FD8C. Grayscale: #161616. Windows color (decimal): -14810509 or 7537182. OLE color: 7537182.

HSL color Cylindrical-coordinate representation of color #1E0273: hue angle of 254.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0273 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB302115-
CMYK0.740.9800.55
HSL254.87º96.58%22.94%-
HSV(B)254.87º98.26%45.1%-
XYZ3.651.5616.33-
YUV23.25179.78132.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=20.41%
G=1.36%
B=78.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3021150.740.9800.55254.8796.5822.94
Hex1E2734A62037ff6117
Octal36216311214206737714127
Binary1111010111001110010101100010011011111111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,2,115); }

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

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

 a { background-color: rgb(30,2,115); }

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

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

 span { border-color: rgb(30,2,115); }

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