Html Css Color HEX #2E1A70 Persian Indigo

📋 copy color: '#2E1A70'

red 46 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #2E1A70

Tints of Persian Indigo #2E1A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

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

R = 25%
G = 14.13%
B = 60.87%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E1A70 (or 0x2E1A70) is known color: Persian Indigo. HEX triplet: 2E, 1A and 70. RGB value is (46,26,112). Sum of RGB (Red+Green+Blue) = 46+26+112=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1A70 is #D1E58F. Grayscale: #292929. Windows color (decimal): -13755792 or 7346734. OLE color: 7346734.

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

Color convert

RGB 46 26 112 -
CMYK 0.59 0.77 0 0.56
HSL 253.95º 0.62% 0.27% -
HSV(B) 253.95º 0.77% 0.44% -
XYZ 4.42 2.49 15.58 -
YUV 41.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 46 26 112 0.59 0.77 0 0.56 253.95 0.62 0.27
Hex 2E 1A 70 3B 4D 0 38 FE 3E 1B
Octal 56 32 160 73 115 0 70 376 76 33
Binary 101110 11010 1110000 111011 1001101 0 111000 11111110 111110 11011

Color Harmonies of #2E1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A70

Black with #2E1A70

Text Example


Text Example

White with #2E1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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