Html Css Color HEX #1E046C Persian Indigo

📋 copy color: '#1E046C'

red 30 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #1E046C

Tints of Persian Indigo #1E046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 108 (42.58% from 255) = 76.06%

R = 21.13%
G = 2.82%
B = 76.06%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E046C (or 0x1E046C) is known color: Persian Indigo. HEX triplet: 1E, 04 and 6C. RGB value is (30,4,108). Sum of RGB (Red+Green+Blue) = 30+4+108=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E046C is #E1FB93. Grayscale: #171717. Windows color (decimal): -14810004 or 7078942. OLE color: 7078942.

HSL color Cylindrical-coordinate representation of color #1E046C: hue angle of 255º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E046C is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 4 108 -
CMYK 0.72 0.96 0 0.58
HSL 255º 0.93% 0.22% -
HSV(B) 255º 0.96% 0.42% -
XYZ 3.29 1.45 14.29 -
YUV 23.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 30 4 108 0.72 0.96 0 0.58 255 0.93 0.22
Hex 1E 4 6C 48 60 0 3A FF 5D 16
Octal 36 4 154 110 140 0 72 377 135 26
Binary 11110 100 1101100 1001000 1100000 0 111010 11111111 1011101 10110

Color Harmonies of #1E046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E046C

Black with #1E046C

Text Example


Text Example

White with #1E046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,4,108); }

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

background-color css

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

 a { background-color: rgb(30,4,108); }

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

border-color css

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

 span { border-color: rgb(30,4,108); }

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