#2E108C

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

Shades of Persian Indigo #2E108C

Tints of Persian Indigo #2E108C

Color information

#2E108C (or 0x2E108C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 10 and 8C. RGB value is (46,16,140). Sum of RGB (Red+Green+Blue) = 46+16+140=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E108C is #D1EF73. Grayscale: #262626. Windows color (decimal): -13758324 or 9179182. OLE color: 9179182.

HSL color Cylindrical-coordinate representation of color #2E108C: hue angle of 254.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E108C is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4616140-
CMYK0.670.8900.45
HSL254.52º79.49%30.59%-
HSV(B)254.52º88.57%54.9%-
XYZ6.052.8425.04-
YUV39.11184.94132.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 140 (55.08% from 255) = 69.31%
R=22.77%
G=7.92%
B=69.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46161400.670.8900.45254.5279.4930.59
Hex2E108C435902Dff4f1f
Octal562021410313105537711737
Binary101110100001000110010000111011001010110111111111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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