#1E015B

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

Shades of Persian Indigo #1E015B

Tints of Persian Indigo #1E015B

Color information

#1E015B (or 0x1E015B) is unknown color: approx Persian Indigo. HEX triplet: 1E, 01 and 5B. RGB value is (30,1,91). Sum of RGB (Red+Green+Blue) = 30+1+91=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E015B is #E1FEA4. Grayscale: #131313. Windows color (decimal): -14810789 or 5964062. OLE color: 5964062.

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

Color convert

RGB30191-
CMYK0.670.9900.64
HSL259.33º97.83%18.04%-
HSV(B)259.33º98.9%35.69%-
XYZ2.431.059.97-
YUV19.93168.11135.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.59%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 91 (35.94% from 255) = 74.59%
R=24.59%
G=0.82%
B=74.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal301910.670.9900.64259.3397.8318.04
Hex1E15B43630401036212
Octal361133103143010040314222
Binary11110110110111000011110001101000000100000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,91); }

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

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

 a { background-color: rgb(30,1,91); }

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

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

 span { border-color: rgb(30,1,91); }

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