Html Css Color HEX #2E2380 Persian Indigo

📋 copy color: '#2E2380'

red 46 ◦ green 35 ◦ blue 128

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

Shades of Persian Indigo #2E2380

Tints of Persian Indigo #2E2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.75%

 BLUE value IS 128 (50.39% from 255) = 61.24%

R = 22.01%
G = 16.75%
B = 61.24%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E2380 (or 0x2E2380) is known color: Persian Indigo. HEX triplet: 2E, 23 and 80. RGB value is (46,35,128). Sum of RGB (Red+Green+Blue) = 46+35+128=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #2E2380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2380 is #D1DC7F. Grayscale: #303030. Windows color (decimal): -13753472 or 8397614. OLE color: 8397614.

HSL color Cylindrical-coordinate representation of color #2E2380: hue angle of 247.1º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2380 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 35 128 -
CMYK 0.64 0.73 0 0.50
HSL 247.1º 0.57% 0.32% -
HSV(B) 247.1º 0.73% 0.5% -
XYZ 5.62 3.34 20.77 -
YUV 48.89 172.64 125.94 -
System Red Green Blue C M Y K H S L
Decimal 46 35 128 0.64 0.73 0 0.50 247.1 0.57 0.32
Hex 2E 23 80 40 49 0 32 F7 39 20
Octal 56 43 200 100 111 0 62 367 71 40
Binary 101110 100011 10000000 1000000 1001001 0 110010 11110111 111001 100000

Color Harmonies of #2E2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2380

Black with #2E2380

Text Example


Text Example

White with #2E2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,35,128); }

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

background-color css

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

 a { background-color: rgb(46,35,128); }

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

border-color css

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

 span { border-color: rgb(46,35,128); }

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