Html Css Color HEX #2E1973 Persian Indigo

📋 copy color: '#2E1973'

red 46 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #2E1973

Tints of Persian Indigo #2E1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 115 (45.31% from 255) = 61.83%

R = 24.73%
G = 13.44%
B = 61.83%

CMYK

 C value IS 0.6

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E1973 (or 0x2E1973) is known color: Persian Indigo. HEX triplet: 2E, 19 and 73. RGB value is (46,25,115). Sum of RGB (Red+Green+Blue) = 46+25+115=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1973 is #D1E68C. Grayscale: #292929. Windows color (decimal): -13756045 or 7543086. OLE color: 7543086.

HSL color Cylindrical-coordinate representation of color #2E1973: hue angle of 254º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E1973 is Cyan = 0.6, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 25 115 -
CMYK 0.6 0.78 0 0.55
HSL 254º 0.64% 0.27% -
HSV(B) 254º 0.78% 0.45% -
XYZ 4.57 2.51 16.46 -
YUV 41.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 46 25 115 0.6 0.78 0 0.55 254 0.64 0.27
Hex 2E 19 73 3C 4E 0 37 FE 40 1B
Octal 56 31 163 74 116 0 67 376 100 33
Binary 101110 11001 1110011 111100 1001110 0 110111 11111110 1000000 11011

Color Harmonies of #2E1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1973

Black with #2E1973

Text Example


Text Example

White with #2E1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,25,115); }

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

background-color css

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

 a { background-color: rgb(46,25,115); }

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

border-color css

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

 span { border-color: rgb(46,25,115); }

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