Html Css Color HEX #2E2085 Persian Indigo

📋 copy color: '#2E2085'

red 46 ◦ green 32 ◦ blue 133

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

Shades of Persian Indigo #2E2085

Tints of Persian Indigo #2E2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 21.8%
G = 15.17%
B = 63.03%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E2085 (or 0x2E2085) is known color: Persian Indigo. HEX triplet: 2E, 20 and 85. RGB value is (46,32,133). Sum of RGB (Red+Green+Blue) = 46+32+133=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E2085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2085 is #D1DF7A. Grayscale: #2F2F2F. Windows color (decimal): -13754235 or 8724526. OLE color: 8724526.

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

Color convert

RGB 46 32 133 -
CMYK 0.65 0.76 0 0.48
HSL 248.32º 0.61% 0.32% -
HSV(B) 248.32º 0.76% 0.52% -
XYZ 5.88 3.31 22.52 -
YUV 47.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 46 32 133 0.65 0.76 0 0.48 248.32 0.61 0.32
Hex 2E 20 85 41 4C 0 30 F8 3D 20
Octal 56 40 205 101 114 0 60 370 75 40
Binary 101110 100000 10000101 1000001 1001100 0 110000 11111000 111101 100000

Color Harmonies of #2E2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2085

Black with #2E2085

Text Example


Text Example

White with #2E2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,133); }

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

background-color css

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

 a { background-color: rgb(46,32,133); }

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

border-color css

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

 span { border-color: rgb(46,32,133); }

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