#2E0466

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

Shades of Persian Indigo #2E0466

Tints of Persian Indigo #2E0466

Color information

#2E0466 (or 0x2E0466) is unknown color: approx Persian Indigo. HEX triplet: 2E, 04 and 66. RGB value is (46,4,102). Sum of RGB (Red+Green+Blue) = 46+4+102=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E0466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0466 is #D1FB99. Grayscale: #1B1B1B. Windows color (decimal): -13761434 or 6685742. OLE color: 6685742.

HSL color Cylindrical-coordinate representation of color #2E0466: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0466 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB464102-
CMYK0.550.9600.6
HSL265.71º92.45%20.78%-
HSV(B)265.71º96.08%40%-
XYZ3.571.6312.7-
YUV27.73169.91141.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.26%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=30.26%
G=2.63%
B=67.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4641020.550.9600.6265.7192.4520.78
Hex2E466376003C10a5c15
Octal5641466714007441213425
Binary101110100110011011011111000000111100100001010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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