Html Css Color HEX #2E1C73 Persian Indigo

📋 copy color: '#2E1C73'

red 46 ◦ green 28 ◦ blue 115

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

Shades of Persian Indigo #2E1C73

Tints of Persian Indigo #2E1C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.81%

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

R = 24.34%
G = 14.81%
B = 60.85%

CMYK

 C value IS 0.6

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E1C73 (or 0x2E1C73) is known color: Persian Indigo. HEX triplet: 2E, 1C and 73. RGB value is (46,28,115). Sum of RGB (Red+Green+Blue) = 46+28+115=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1C73 is #D1E38C. Grayscale: #2A2A2A. Windows color (decimal): -13755277 or 7543854. OLE color: 7543854.

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

Color convert

RGB 46 28 115 -
CMYK 0.6 0.76 0 0.55
HSL 252.41º 0.61% 0.28% -
HSV(B) 252.41º 0.76% 0.45% -
XYZ 4.64 2.65 16.49 -
YUV 43.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 46 28 115 0.6 0.76 0 0.55 252.41 0.61 0.28
Hex 2E 1C 73 3C 4C 0 37 FC 3D 1C
Octal 56 34 163 74 114 0 67 374 75 34
Binary 101110 11100 1110011 111100 1001100 0 110111 11111100 111101 11100

Color Harmonies of #2E1C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1C73

Black with #2E1C73

Text Example


Text Example

White with #2E1C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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