Html Css Color HEX #1E037C Persian Indigo

📋 copy color: '#1E037C'

red 30 ◦ green 3 ◦ blue 124

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

Shades of Persian Indigo #1E037C

Tints of Persian Indigo #1E037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

 BLUE value IS 124 (48.83% from 255) = 78.98%

R = 19.11%
G = 1.91%
B = 78.98%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E037C (or 0x1E037C) is known color: Persian Indigo. HEX triplet: 1E, 03 and 7C. RGB value is (30,3,124). Sum of RGB (Red+Green+Blue) = 30+3+124=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E037C is #E1FC83. Grayscale: #181818. Windows color (decimal): -14810244 or 8127262. OLE color: 8127262.

HSL color Cylindrical-coordinate representation of color #1E037C: hue angle of 253.39º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E037C is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 3 124 -
CMYK 0.76 0.98 0 0.51
HSL 253.39º 0.95% 0.25% -
HSV(B) 253.39º 0.98% 0.49% -
XYZ 4.21 1.8 19.19 -
YUV 24.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 30 3 124 0.76 0.98 0 0.51 253.39 0.95 0.25
Hex 1E 3 7C 4C 62 0 33 FD 5F 19
Octal 36 3 174 114 142 0 63 375 137 31
Binary 11110 11 1111100 1001100 1100010 0 110011 11111101 1011111 11001

Color Harmonies of #1E037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E037C

Black with #1E037C

Text Example


Text Example

White with #1E037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,3,124); }

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

background-color css

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

 a { background-color: rgb(30,3,124); }

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

border-color css

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

 span { border-color: rgb(30,3,124); }

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