Html Css Color HEX #2E1770 Persian Indigo

📋 copy color: '#2E1770'

red 46 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #2E1770

Tints of Persian Indigo #2E1770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 25.41%
G = 12.71%
B = 61.88%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E1770 (or 0x2E1770) is known color: Persian Indigo. HEX triplet: 2E, 17 and 70. RGB value is (46,23,112). Sum of RGB (Red+Green+Blue) = 46+23+112=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1770 is #D1E88F. Grayscale: #272727. Windows color (decimal): -13756560 or 7345966. OLE color: 7345966.

HSL color Cylindrical-coordinate representation of color #2E1770: hue angle of 255.51º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E1770 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 23 112 -
CMYK 0.59 0.79 0 0.56
HSL 255.51º 0.66% 0.26% -
HSV(B) 255.51º 0.79% 0.44% -
XYZ 4.36 2.36 15.56 -
YUV 40.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 46 23 112 0.59 0.79 0 0.56 255.51 0.66 0.26
Hex 2E 17 70 3B 4F 0 38 100 42 1A
Octal 56 27 160 73 117 0 70 400 102 32
Binary 101110 10111 1110000 111011 1001111 0 111000 100000000 1000010 11010

Color Harmonies of #2E1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1770

Black with #2E1770

Text Example


Text Example

White with #2E1770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,23,112); }

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

background-color css

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

 a { background-color: rgb(46,23,112); }

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

border-color css

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

 span { border-color: rgb(46,23,112); }

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