#2e2175

Color #2E2175 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2E2175

Tints of Persian Indigo #2E2175

Color information

#2E2175 (or 0x2E2175) is unknown color: approx 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

RGB4633117-
CMYK0.610.7200.54
HSL249.29º56%29.41%-
HSV(B)249.29º71.79%45.88%-
XYZ4.882.9517.14-
YUV46.46167.81127.67-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46331170.610.7200.54249.295629.41
Hex2E21753D48036f9381d
Octal5641165751100663717035
Binary1011101000011110101111101100100001101101111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>