Html Css Color HEX #1E0161 Persian Indigo

📋 copy color: '#1E0161'

red 30 ◦ green 1 ◦ blue 97

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

Shades of Persian Indigo #1E0161

Tints of Persian Indigo #1E0161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 75.78%

R = 23.44%
G = 0.78%
B = 75.78%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E0161 (or 0x1E0161) is known color: Persian Indigo. HEX triplet: 1E, 01 and 61. RGB value is (30,1,97). Sum of RGB (Red+Green+Blue) = 30+1+97=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 97 (38.28% from 255 or 75.78% from 128); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E0161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0161 is #E1FE9E. Grayscale: #141414. Windows color (decimal): -14810783 or 6357278. OLE color: 6357278.

HSL color Cylindrical-coordinate representation of color #1E0161: hue angle of 258.12º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0161 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 1 97 -
CMYK 0.69 0.99 0 0.62
HSL 258.13º 0.98% 0.19% -
HSV(B) 258.13º 0.99% 0.38% -
XYZ 2.7 1.16 11.39 -
YUV 20.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 30 1 97 0.69 0.99 0 0.62 258.13 0.98 0.19
Hex 1E 1 61 45 63 0 3E 102 62 13
Octal 36 1 141 105 143 0 76 402 142 23
Binary 11110 1 1100001 1000101 1100011 0 111110 100000010 1100010 10011

Color Harmonies of #1E0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0161

Black with #1E0161

Text Example


Text Example

White with #1E0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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