Html Css Color HEX #2E0588 Persian Indigo

📋 copy color: '#2E0588'

red 46 ◦ green 5 ◦ blue 136

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

Shades of Persian Indigo #2E0588

Tints of Persian Indigo #2E0588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.73%

R = 24.6%
G = 2.67%
B = 72.73%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2E0588 (or 0x2E0588) is known color: Persian Indigo. HEX triplet: 2E, 05 and 88. RGB value is (46,5,136). Sum of RGB (Red+Green+Blue) = 46+5+136=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0588 is #D1FA77. Grayscale: #1F1F1F. Windows color (decimal): -13761144 or 8914222. OLE color: 8914222.

HSL color Cylindrical-coordinate representation of color #2E0588: hue angle of 258.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0588 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 46 5 136 -
CMYK 0.66 0.96 0 0.47
HSL 258.78º 0.93% 0.28% -
HSV(B) 258.78º 0.96% 0.53% -
XYZ 5.62 2.47 23.47 -
YUV 32.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 46 5 136 0.66 0.96 0 0.47 258.78 0.93 0.28
Hex 2E 5 88 42 60 0 2F 103 5D 1C
Octal 56 5 210 102 140 0 57 403 135 34
Binary 101110 101 10001000 1000010 1100000 0 101111 100000011 1011101 11100

Color Harmonies of #2E0588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0588

Black with #2E0588

Text Example


Text Example

White with #2E0588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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