#2E0462

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

Shades of Persian Indigo #2E0462

Tints of Persian Indigo #2E0462

Color information

#2E0462 (or 0x2E0462) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 62. RGB value is (46,4,98). Sum of RGB (Red+Green+Blue) = 46+4+98=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E0462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0462 is #D1FB9D. Grayscale: #1A1A1A. Windows color (decimal): -13761438 or 6423598. OLE color: 6423598.

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

Color convert

RGB46498-
CMYK0.530.9600.62
HSL266.81º92.16%20%-
HSV(B)266.81º95.92%38.43%-
XYZ3.371.5511.68-
YUV27.27167.91141.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.08%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=31.08%
G=2.70%
B=66.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal464980.530.9600.62266.8192.1620
Hex2E462356003E10b5c14
Octal5641426514007641313424
Binary101110100110001011010111000000111110100001011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,4,98); }

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

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

 a { background-color: rgb(46,4,98); }

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

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

 span { border-color: rgb(46,4,98); }

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