#1E005B

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

Shades of Persian Indigo #1E005B

Tints of Persian Indigo #1E005B

Color information

#1E005B (or 0x1E005B) is unknown color: approx Persian Indigo. HEX triplet: 1E, 00 and 5B. RGB value is (30,0,91). Sum of RGB (Red+Green+Blue) = 30+0+91=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E005B is #E1FFA4. Grayscale: #131313. Windows color (decimal): -14811045 or 5963806. OLE color: 5963806.

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

Color convert

RGB30091-
CMYK0.67100.64
HSL259.78º100%17.84%-
HSV(B)259.78º100%35.69%-
XYZ2.421.039.97-
YUV19.34168.44135.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 24.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 75.21%
R=24.79%
G=0%
B=75.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal300910.67100.64259.7810017.84
Hex1E05B43640401046412
Octal360133103144010040414422
Binary11110010110111000011110010001000000100000100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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