Html Css Color HEX #2E007A Persian Indigo

📋 copy color: '#2E007A'

red 46 ◦ green 0 ◦ blue 122

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

Shades of Persian Indigo #2E007A

Tints of Persian Indigo #2E007A

RGB

 RED value IS 46 (18.36% from 255) = 27.38%

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

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

R = 27.38%
G = 0%
B = 72.62%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E007A (or 0x2E007A) is known color: Persian Indigo. HEX triplet: 2E, 00 and 7A. RGB value is (46,0,122). Sum of RGB (Red+Green+Blue) = 46+0+122=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E007A is #D1FF85. Grayscale: #1B1B1B. Windows color (decimal): -13762438 or 7995438. OLE color: 7995438.

HSL color Cylindrical-coordinate representation of color #2E007A: hue angle of 262.62º 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 #2E007A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 0 122 -
CMYK 0.62 1 0 0.52
HSL 262.62º 1% 0.24% -
HSV(B) 262.62º 1% 0.48% -
XYZ 4.64 1.99 18.55 -
YUV 27.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 46 0 122 0.62 1 0 0.52 262.62 1 0.24
Hex 2E 0 7A 3E 64 0 34 107 64 18
Octal 56 0 172 76 144 0 64 407 144 30
Binary 101110 0 1111010 111110 1100100 0 110100 100000111 1100100 11000

Color Harmonies of #2E007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E007A

Black with #2E007A

Text Example


Text Example

White with #2E007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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