Html Css Color HEX #2E1182 Persian Indigo

📋 copy color: '#2E1182'

red 46 ◦ green 17 ◦ blue 130

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

Shades of Persian Indigo #2E1182

Tints of Persian Indigo #2E1182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 130 (51.17% from 255) = 67.36%

R = 23.83%
G = 8.81%
B = 67.36%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E1182 (or 0x2E1182) is known color: Persian Indigo. HEX triplet: 2E, 11 and 82. RGB value is (46,17,130). Sum of RGB (Red+Green+Blue) = 46+17+130=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #2E1182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1182 is #D1EE7D. Grayscale: #262626. Windows color (decimal): -13758078 or 8524078. OLE color: 8524078.

HSL color Cylindrical-coordinate representation of color #2E1182: hue angle of 255.4º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1182 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 17 130 -
CMYK 0.65 0.87 0 0.49
HSL 255.4º 0.77% 0.29% -
HSV(B) 255.4º 0.87% 0.51% -
XYZ 5.36 2.59 21.34 -
YUV 38.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 46 17 130 0.65 0.87 0 0.49 255.4 0.77 0.29
Hex 2E 11 82 41 57 0 31 FF 4D 1D
Octal 56 21 202 101 127 0 61 377 115 35
Binary 101110 10001 10000010 1000001 1010111 0 110001 11111111 1001101 11101

Color Harmonies of #2E1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1182

Black with #2E1182

Text Example


Text Example

White with #2E1182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,17,130); }

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

background-color css

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

 a { background-color: rgb(46,17,130); }

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

border-color css

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

 span { border-color: rgb(46,17,130); }

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