Html Css Color HEX #1E016C Persian Indigo

📋 copy color: '#1E016C'

red 30 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #1E016C

Tints of Persian Indigo #1E016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 21.58%
G = 0.72%
B = 77.7%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1E016C (or 0x1E016C) is known color: Persian Indigo. HEX triplet: 1E, 01 and 6C. RGB value is (30,1,108). Sum of RGB (Red+Green+Blue) = 30+1+108=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E016C is #E1FE93. Grayscale: #151515. Windows color (decimal): -14810772 or 7078174. OLE color: 7078174.

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

Color convert

RGB 30 1 108 -
CMYK 0.72 0.99 0 0.58
HSL 256.26º 0.98% 0.21% -
HSV(B) 256.26º 0.99% 0.42% -
XYZ 3.25 1.38 14.28 -
YUV 21.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 30 1 108 0.72 0.99 0 0.58 256.26 0.98 0.21
Hex 1E 1 6C 48 63 0 3A 100 62 15
Octal 36 1 154 110 143 0 72 400 142 25
Binary 11110 1 1101100 1001000 1100011 0 111010 100000000 1100010 10101

Color Harmonies of #1E016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E016C

Black with #1E016C

Text Example


Text Example

White with #1E016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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