Html Css Color HEX #1E005B Persian Indigo

📋 copy color: '#1E005B'

red 30 ◦ green 0 ◦ blue 91

#1E005B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1E005B

Tints of Persian Indigo #1E005B

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 value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E005B (or 0x1E005B) is known color: 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

RGB 30 0 91 -
CMYK 0.67 1 0 0.64
HSL 259.78º 1% 0.18% -
HSV(B) 259.78º 1% 0.36% -
XYZ 2.42 1.03 9.97 -
YUV 19.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 30 0 91 0.67 1 0 0.64 259.78 1 0.18
Hex 1E 0 5B 43 64 0 40 104 64 12
Octal 36 0 133 103 144 0 100 404 144 22
Binary 11110 0 1011011 1000011 1100100 0 1000000 100000100 1100100 10010

Color Harmonies of #1E005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E005B

Black with #1E005B

Text Example


Text Example

White with #1E005B

Text Example


Text Example

HTML Codes & Css Web 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>