Html Css Color HEX #2E0584 Persian Indigo

📋 copy color: '#2E0584'

red 46 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #2E0584

Tints of Persian Indigo #2E0584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 25.14%
G = 2.73%
B = 72.13%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E0584 (or 0x2E0584) is known color: Persian Indigo. HEX triplet: 2E, 05 and 84. RGB value is (46,5,132). Sum of RGB (Red+Green+Blue) = 46+5+132=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0584 is #D1FA7B. Grayscale: #1F1F1F. Windows color (decimal): -13761148 or 8652078. OLE color: 8652078.

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

Color convert

RGB 46 5 132 -
CMYK 0.65 0.96 0 0.48
HSL 259.37º 0.93% 0.27% -
HSV(B) 259.37º 0.96% 0.52% -
XYZ 5.35 2.36 22 -
YUV 31.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 46 5 132 0.65 0.96 0 0.48 259.37 0.93 0.27
Hex 2E 5 84 41 60 0 30 103 5D 1B
Octal 56 5 204 101 140 0 60 403 135 33
Binary 101110 101 10000100 1000001 1100000 0 110000 100000011 1011101 11011

Color Harmonies of #2E0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0584

Black with #2E0584

Text Example


Text Example

White with #2E0584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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