#2E0261

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

Shades of Persian Indigo #2E0261

Tints of Persian Indigo #2E0261

Color information

#2E0261 (or 0x2E0261) is unknown color: approx Persian Indigo. HEX triplet: 2E, 02 and 61. RGB value is (46,2,97). Sum of RGB (Red+Green+Blue) = 46+2+97=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0261 is #D1FD9E. Grayscale: #191919. Windows color (decimal): -13761951 or 6357550. OLE color: 6357550.

HSL color Cylindrical-coordinate representation of color #2E0261: hue angle of 267.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0261 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB46297-
CMYK0.530.9800.62
HSL267.79º95.96%19.41%-
HSV(B)267.79º97.94%38.04%-
XYZ3.311.4911.42-
YUV25.99168.08142.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 97 (38.28% from 255) = 66.90%
R=31.72%
G=1.38%
B=66.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal462970.530.9800.62267.7995.9619.41
Hex2E261356203E10c6013
Octal5621416514207641414023
Binary10111010110000111010111000100111110100001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,2,97); }

 H1.HeaderClassName
 {
   color: #2E0261;
 }
 .AnyTagClassName
 {
   color: #2E0261;
 }
</style>
background-color css

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

 a { background-color: rgb(46,2,97); }

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

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

 span { border-color: rgb(46,2,97); }

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