Html Css Color HEX #1E025E Persian Indigo

📋 copy color: '#1E025E'

red 30 ◦ green 2 ◦ blue 94

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

Shades of Persian Indigo #1E025E

Tints of Persian Indigo #1E025E

RGB

 RED value IS 30 (12.11% from 255) = 23.81%

 GREEN value IS 2 (1.17% from 255) = 1.59%

 BLUE value IS 94 (37.11% from 255) = 74.6%

R = 23.81%
G = 1.59%
B = 74.6%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E025E (or 0x1E025E) is known color: Persian Indigo. HEX triplet: 1E, 02 and 5E. RGB value is (30,2,94). Sum of RGB (Red+Green+Blue) = 30+2+94=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E025E is #E1FDA1. Grayscale: #141414. Windows color (decimal): -14810530 or 6160926. OLE color: 6160926.

HSL color Cylindrical-coordinate representation of color #1E025E: hue angle of 258.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E025E is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 2 94 -
CMYK 0.68 0.98 0 0.63
HSL 258.26º 0.96% 0.19% -
HSV(B) 258.26º 0.98% 0.37% -
XYZ 2.58 1.13 10.67 -
YUV 20.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 30 2 94 0.68 0.98 0 0.63 258.26 0.96 0.19
Hex 1E 2 5E 44 62 0 3F 102 60 13
Octal 36 2 136 104 142 0 77 402 140 23
Binary 11110 10 1011110 1000100 1100010 0 111111 100000010 1100000 10011

Color Harmonies of #1E025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E025E

Black with #1E025E

Text Example


Text Example

White with #1E025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E025E;
 }
 .AnyTagClassName
 {
   color: #1E025E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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