Html Css Color HEX #2E1D75 Persian Indigo

📋 copy color: '#2E1D75'

red 46 ◦ green 29 ◦ blue 117

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

Shades of Persian Indigo #2E1D75

Tints of Persian Indigo #2E1D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

 BLUE value IS 117 (46.09% from 255) = 60.94%

R = 23.96%
G = 15.1%
B = 60.94%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E1D75 (or 0x2E1D75) is known color: Persian Indigo. HEX triplet: 2E, 1D and 75. RGB value is (46,29,117). Sum of RGB (Red+Green+Blue) = 46+29+117=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E1D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1D75 is #D1E28A. Grayscale: #2B2B2B. Windows color (decimal): -13755019 or 7675182. OLE color: 7675182.

HSL color Cylindrical-coordinate representation of color #2E1D75: hue angle of 251.59º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E1D75 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 29 117 -
CMYK 0.61 0.75 0 0.54
HSL 251.59º 0.6% 0.29% -
HSV(B) 251.59º 0.75% 0.46% -
XYZ 4.78 2.74 17.11 -
YUV 44.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 46 29 117 0.61 0.75 0 0.54 251.59 0.6 0.29
Hex 2E 1D 75 3D 4B 0 36 FC 3C 1D
Octal 56 35 165 75 113 0 66 374 74 35
Binary 101110 11101 1110101 111101 1001011 0 110110 11111100 111100 11101

Color Harmonies of #2E1D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D75

Black with #2E1D75

Text Example


Text Example

White with #2E1D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,29,117); }

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

background-color css

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

 a { background-color: rgb(46,29,117); }

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

border-color css

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

 span { border-color: rgb(46,29,117); }

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