Html Css Color HEX #1E056F Persian Indigo

📋 copy color: '#1E056F'

red 30 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #1E056F

Tints of Persian Indigo #1E056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 111 (43.75% from 255) = 76.03%

R = 20.55%
G = 3.42%
B = 76.03%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E056F (or 0x1E056F) is known color: Persian Indigo. HEX triplet: 1E, 05 and 6F. RGB value is (30,5,111). Sum of RGB (Red+Green+Blue) = 30+5+111=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E056F is #E1FA90. Grayscale: #181818. Windows color (decimal): -14809745 or 7275806. OLE color: 7275806.

HSL color Cylindrical-coordinate representation of color #1E056F: hue angle of 254.15º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E056F is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 5 111 -
CMYK 0.73 0.95 0 0.56
HSL 254.15º 0.91% 0.23% -
HSV(B) 254.15º 0.95% 0.44% -
XYZ 3.46 1.53 15.15 -
YUV 24.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 30 5 111 0.73 0.95 0 0.56 254.15 0.91 0.23
Hex 1E 5 6F 49 5F 0 38 FE 5B 17
Octal 36 5 157 111 137 0 70 376 133 27
Binary 11110 101 1101111 1001001 1011111 0 111000 11111110 1011011 10111

Color Harmonies of #1E056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E056F

Black with #1E056F

Text Example


Text Example

White with #1E056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,5,111); }

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

background-color css

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

 a { background-color: rgb(30,5,111); }

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

border-color css

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

 span { border-color: rgb(30,5,111); }

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