Html Css Color HEX #1E0361 Persian Indigo

📋 copy color: '#1E0361'

red 30 ◦ green 3 ◦ blue 97

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

Shades of Persian Indigo #1E0361

Tints of Persian Indigo #1E0361

RGB

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

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

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

R = 23.08%
G = 2.31%
B = 74.62%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E0361 (or 0x1E0361) is known color: Persian Indigo. HEX triplet: 1E, 03 and 61. RGB value is (30,3,97). Sum of RGB (Red+Green+Blue) = 30+3+97=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E0361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0361 is #E1FC9E. Grayscale: #151515. Windows color (decimal): -14810271 or 6357790. OLE color: 6357790.

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

Color convert

RGB 30 3 97 -
CMYK 0.69 0.97 0 0.62
HSL 257.23º 0.94% 0.2% -
HSV(B) 257.23º 0.97% 0.38% -
XYZ 2.73 1.2 11.4 -
YUV 21.79 170.45 133.86 -
System Red Green Blue C M Y K H S L
Decimal 30 3 97 0.69 0.97 0 0.62 257.23 0.94 0.2
Hex 1E 3 61 45 61 0 3E 101 5E 14
Octal 36 3 141 105 141 0 76 401 136 24
Binary 11110 11 1100001 1000101 1100001 0 111110 100000001 1011110 10100

Color Harmonies of #1E0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0361

Black with #1E0361

Text Example


Text Example

White with #1E0361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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