#2E108A

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

Shades of Persian Indigo #2E108A

Tints of Persian Indigo #2E108A

Color information

#2E108A (or 0x2E108A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 10 and 8A. RGB value is (46,16,138). Sum of RGB (Red+Green+Blue) = 46+16+138=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E108A is #D1EF75. Grayscale: #262626. Windows color (decimal): -13758326 or 9048110. OLE color: 9048110.

HSL color Cylindrical-coordinate representation of color #2E108A: hue angle of 254.75º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E108A is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4616138-
CMYK0.670.8800.46
HSL254.75º79.22%30.2%-
HSV(B)254.75º88.41%54.12%-
XYZ5.92.7924.27-
YUV38.88183.94133.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 138 (54.30% from 255) = 69%
R=23%
G=8%
B=69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46161380.670.8800.46254.7579.2230.2
Hex2E108A435802Eff4f1e
Octal562021210313005637711736
Binary101110100001000101010000111011000010111011111111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,16,138); }

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

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

 a { background-color: rgb(46,16,138); }

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

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

 span { border-color: rgb(46,16,138); }

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