Html Css Color HEX #1E007A Persian Indigo

📋 copy color: '#1E007A'

red 30 ◦ green 0 ◦ blue 122

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

Shades of Persian Indigo #1E007A

Tints of Persian Indigo #1E007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 80.26%

R = 19.74%
G = 0%
B = 80.26%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1E007A (or 0x1E007A) is known color: Persian Indigo. HEX triplet: 1E, 00 and 7A. RGB value is (30,0,122). Sum of RGB (Red+Green+Blue) = 30+0+122=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E007A is #E1FF85. Grayscale: #161616. Windows color (decimal): -14811014 or 7995422. OLE color: 7995422.

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

Color convert

RGB 30 0 122 -
CMYK 0.75 1 0 0.52
HSL 254.75º 1% 0.24% -
HSV(B) 254.75º 1% 0.48% -
XYZ 4.05 1.68 18.52 -
YUV 22.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 30 0 122 0.75 1 0 0.52 254.75 1 0.24
Hex 1E 0 7A 4B 64 0 34 FF 64 18
Octal 36 0 172 113 144 0 64 377 144 30
Binary 11110 0 1111010 1001011 1100100 0 110100 11111111 1100100 11000

Color Harmonies of #1E007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E007A

Black with #1E007A

Text Example


Text Example

White with #1E007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,122); }

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

background-color css

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

 a { background-color: rgb(30,0,122); }

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

border-color css

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

 span { border-color: rgb(30,0,122); }

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