Html Css Color HEX #2E2175 Persian Indigo

📋 copy color: '#2E2175'

red 46 ◦ green 33 ◦ blue 117

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

Shades of Persian Indigo #2E2175

Tints of Persian Indigo #2E2175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 23.47%
G = 16.84%
B = 59.69%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E2175 (or 0x2E2175) is known color: Persian Indigo. HEX triplet: 2E, 21 and 75. RGB value is (46,33,117). Sum of RGB (Red+Green+Blue) = 46+33+117=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E2175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2175 is #D1DE8A. Grayscale: #2E2E2E. Windows color (decimal): -13753995 or 7676206. OLE color: 7676206.

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

Color convert

RGB 46 33 117 -
CMYK 0.61 0.72 0 0.54
HSL 249.29º 0.56% 0.29% -
HSV(B) 249.29º 0.72% 0.46% -
XYZ 4.88 2.95 17.14 -
YUV 46.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 46 33 117 0.61 0.72 0 0.54 249.29 0.56 0.29
Hex 2E 21 75 3D 48 0 36 F9 38 1D
Octal 56 41 165 75 110 0 66 371 70 35
Binary 101110 100001 1110101 111101 1001000 0 110110 11111001 111000 11101

Color Harmonies of #2E2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2175

Black with #2E2175

Text Example


Text Example

White with #2E2175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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