Html Css Color HEX #1E027B Persian Indigo

📋 copy color: '#1E027B'

red 30 ◦ green 2 ◦ blue 123

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

Shades of Persian Indigo #1E027B

Tints of Persian Indigo #1E027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 79.35%

R = 19.35%
G = 1.29%
B = 79.35%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1E027B (or 0x1E027B) is known color: Persian Indigo. HEX triplet: 1E, 02 and 7B. RGB value is (30,2,123). Sum of RGB (Red+Green+Blue) = 30+2+123=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #1E027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E027B is #E1FD84. Grayscale: #171717. Windows color (decimal): -14810501 or 8061470. OLE color: 8061470.

HSL color Cylindrical-coordinate representation of color #1E027B: hue angle of 253.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E027B is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 30 2 123 -
CMYK 0.76 0.98 0 0.52
HSL 253.88º 0.97% 0.25% -
HSV(B) 253.88º 0.98% 0.48% -
XYZ 4.13 1.75 18.86 -
YUV 24.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 30 2 123 0.76 0.98 0 0.52 253.88 0.97 0.25
Hex 1E 2 7B 4C 62 0 34 FE 61 19
Octal 36 2 173 114 142 0 64 376 141 31
Binary 11110 10 1111011 1001100 1100010 0 110100 11111110 1100001 11001

Color Harmonies of #1E027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E027B

Black with #1E027B

Text Example


Text Example

White with #1E027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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