Html Css Color HEX #2E057A Persian Indigo

📋 copy color: '#2E057A'

red 46 ◦ green 5 ◦ blue 122

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

Shades of Persian Indigo #2E057A

Tints of Persian Indigo #2E057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 26.59%
G = 2.89%
B = 70.52%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E057A (or 0x2E057A) is known color: Persian Indigo. HEX triplet: 2E, 05 and 7A. RGB value is (46,5,122). Sum of RGB (Red+Green+Blue) = 46+5+122=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E057A is #D1FA85. Grayscale: #1E1E1E. Windows color (decimal): -13761158 or 7996718. OLE color: 7996718.

HSL color Cylindrical-coordinate representation of color #2E057A: hue angle of 261.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E057A is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 5 122 -
CMYK 0.62 0.96 0 0.52
HSL 261.03º 0.92% 0.25% -
HSV(B) 261.03º 0.96% 0.48% -
XYZ 4.69 2.09 18.57 -
YUV 30.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 46 5 122 0.62 0.96 0 0.52 261.03 0.92 0.25
Hex 2E 5 7A 3E 60 0 34 105 5C 19
Octal 56 5 172 76 140 0 64 405 134 31
Binary 101110 101 1111010 111110 1100000 0 110100 100000101 1011100 11001

Color Harmonies of #2E057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E057A

Black with #2E057A

Text Example


Text Example

White with #2E057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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