Html Css Color HEX #2E1185 Persian Indigo

📋 copy color: '#2E1185'

red 46 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #2E1185

Tints of Persian Indigo #2E1185

RGB

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

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

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

R = 23.47%
G = 8.67%
B = 67.86%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E1185 (or 0x2E1185) is known color: Persian Indigo. HEX triplet: 2E, 11 and 85. RGB value is (46,17,133). Sum of RGB (Red+Green+Blue) = 46+17+133=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E1185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1185 is #D1EE7A. Grayscale: #262626. Windows color (decimal): -13758075 or 8720686. OLE color: 8720686.

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

Color convert

RGB 46 17 133 -
CMYK 0.65 0.87 0 0.48
HSL 255º 0.77% 0.29% -
HSV(B) 255º 0.87% 0.52% -
XYZ 5.56 2.68 22.41 -
YUV 38.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 46 17 133 0.65 0.87 0 0.48 255 0.77 0.29
Hex 2E 11 85 41 57 0 30 FF 4D 1D
Octal 56 21 205 101 127 0 60 377 115 35
Binary 101110 10001 10000101 1000001 1010111 0 110000 11111111 1001101 11101

Color Harmonies of #2E1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1185

Black with #2E1185

Text Example


Text Example

White with #2E1185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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