#2E006C

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

Shades of Persian Indigo #2E006C

Tints of Persian Indigo #2E006C

Color information

#2E006C (or 0x2E006C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 00 and 6C. RGB value is (46,0,108). Sum of RGB (Red+Green+Blue) = 46+0+108=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E006C is #D1FF93. Grayscale: #191919. Windows color (decimal): -13762452 or 7077934. OLE color: 7077934.

HSL color Cylindrical-coordinate representation of color #2E006C: hue angle of 265.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E006C is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB460108-
CMYK0.57100.58
HSL265.56º100%21.18%-
HSV(B)265.56º100%42.35%-
XYZ3.831.6614.31-
YUV26.07174.24142.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 70.13%
R=29.87%
G=0%
B=70.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4601080.57100.58265.5610021.18
Hex2E06C396403A10a6415
Octal5601547114407241214425
Binary1011100110110011100111001000111010100001010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,0,108); }

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

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

 a { background-color: rgb(46,0,108); }

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

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

 span { border-color: rgb(46,0,108); }

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