Html Css Color HEX #1E0363 Persian Indigo

📋 copy color: '#1E0363'

red 30 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #1E0363

Tints of Persian Indigo #1E0363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 75%

R = 22.73%
G = 2.27%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1E0363 (or 0x1E0363) is known color: Persian Indigo. HEX triplet: 1E, 03 and 63. RGB value is (30,3,99). Sum of RGB (Red+Green+Blue) = 30+3+99=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 99 (39.06% from 255 or 75% from 132); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E0363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0363 is #E1FC9C. Grayscale: #151515. Windows color (decimal): -14810269 or 6488862. OLE color: 6488862.

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

Color convert

RGB 30 3 99 -
CMYK 0.70 0.97 0 0.61
HSL 256.88º 0.94% 0.2% -
HSV(B) 256.88º 0.97% 0.39% -
XYZ 2.82 1.24 11.9 -
YUV 22.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 30 3 99 0.70 0.97 0 0.61 256.88 0.94 0.2
Hex 1E 3 63 46 61 0 3D 101 5E 14
Octal 36 3 143 106 141 0 75 401 136 24
Binary 11110 11 1100011 1000110 1100001 0 111101 100000001 1011110 10100

Color Harmonies of #1E0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0363

Black with #1E0363

Text Example


Text Example

White with #1E0363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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