Html Css Color HEX #1E0263 Persian Indigo

📋 copy color: '#1E0263'

red 30 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #1E0263

Tints of Persian Indigo #1E0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

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

R = 22.9%
G = 1.53%
B = 75.57%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1E0263 (or 0x1E0263) is known color: Persian Indigo. HEX triplet: 1E, 02 and 63. RGB value is (30,2,99). Sum of RGB (Red+Green+Blue) = 30+2+99=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0263 is #E1FD9C. Grayscale: #151515. Windows color (decimal): -14810525 or 6488606. OLE color: 6488606.

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

Color convert

RGB 30 2 99 -
CMYK 0.70 0.98 0 0.61
HSL 257.32º 0.96% 0.2% -
HSV(B) 257.32º 0.98% 0.39% -
XYZ 2.81 1.22 11.89 -
YUV 21.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 30 2 99 0.70 0.98 0 0.61 257.32 0.96 0.2
Hex 1E 2 63 46 62 0 3D 101 60 14
Octal 36 2 143 106 142 0 75 401 140 24
Binary 11110 10 1100011 1000110 1100010 0 111101 100000001 1100000 10100

Color Harmonies of #1E0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0263

Black with #1E0263

Text Example


Text Example

White with #1E0263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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