Html Css Color HEX #2E0D7C Persian Indigo

📋 copy color: '#2E0D7C'

red 46 ◦ green 13 ◦ blue 124

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

Shades of Persian Indigo #2E0D7C

Tints of Persian Indigo #2E0D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.1%

 BLUE value IS 124 (48.83% from 255) = 67.76%

R = 25.14%
G = 7.1%
B = 67.76%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E0D7C (or 0x2E0D7C) is known color: Persian Indigo. HEX triplet: 2E, 0D and 7C. RGB value is (46,13,124). Sum of RGB (Red+Green+Blue) = 46+13+124=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E0D7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0D7C is #D1F283. Grayscale: #232323. Windows color (decimal): -13759108 or 8129838. OLE color: 8129838.

HSL color Cylindrical-coordinate representation of color #2E0D7C: hue angle of 257.84º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0D7C is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 13 124 -
CMYK 0.63 0.90 0 0.51
HSL 257.84º 0.81% 0.27% -
HSV(B) 257.84º 0.9% 0.49% -
XYZ 4.91 2.32 19.26 -
YUV 35.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 46 13 124 0.63 0.90 0 0.51 257.84 0.81 0.27
Hex 2E D 7C 3F 5A 0 33 102 51 1B
Octal 56 15 174 77 132 0 63 402 121 33
Binary 101110 1101 1111100 111111 1011010 0 110011 100000010 1010001 11011

Color Harmonies of #2E0D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0D7C

Black with #2E0D7C

Text Example


Text Example

White with #2E0D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,13,124); }

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

background-color css

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

 a { background-color: rgb(46,13,124); }

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

border-color css

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

 span { border-color: rgb(46,13,124); }

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