Html Css Color HEX #2E0572 Persian Indigo

📋 copy color: '#2E0572'

red 46 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #2E0572

Tints of Persian Indigo #2E0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.09%

R = 27.88%
G = 3.03%
B = 69.09%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E0572 (or 0x2E0572) is known color: Persian Indigo. HEX triplet: 2E, 05 and 72. RGB value is (46,5,114). Sum of RGB (Red+Green+Blue) = 46+5+114=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0572 is #D1FA8D. Grayscale: #1D1D1D. Windows color (decimal): -13761166 or 7472430. OLE color: 7472430.

HSL color Cylindrical-coordinate representation of color #2E0572: hue angle of 262.57º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0572 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 5 114 -
CMYK 0.60 0.96 0 0.55
HSL 262.57º 0.92% 0.23% -
HSV(B) 262.57º 0.96% 0.45% -
XYZ 4.22 1.9 16.06 -
YUV 29.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 46 5 114 0.60 0.96 0 0.55 262.57 0.92 0.23
Hex 2E 5 72 3C 60 0 37 107 5C 17
Octal 56 5 162 74 140 0 67 407 134 27
Binary 101110 101 1110010 111100 1100000 0 110111 100000111 1011100 10111

Color Harmonies of #2E0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0572

Black with #2E0572

Text Example


Text Example

White with #2E0572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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