#2E247C

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

Shades of Persian Indigo #2E247C

Tints of Persian Indigo #2E247C

Color information

#2E247C (or 0x2E247C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 24 and 7C. RGB value is (46,36,124). Sum of RGB (Red+Green+Blue) = 46+36+124=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E247C is #D1DB83. Grayscale: #303030. Windows color (decimal): -13753220 or 8135726. OLE color: 8135726.

HSL color Cylindrical-coordinate representation of color #2E247C: hue angle of 246.82º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E247C is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4636124-
CMYK0.630.7100.51
HSL246.82º55%31.37%-
HSV(B)246.82º70.97%48.63%-
XYZ5.43.319.42-
YUV49.02170.31125.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.33%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=22.33%
G=17.48%
B=60.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46361240.630.7100.51246.825531.37
Hex2E247C3F47033f7371f
Octal5644174771070633676737
Binary1011101001001111100111111100011101100111111011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,124); }

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

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

 a { background-color: rgb(46,36,124); }

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

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

 span { border-color: rgb(46,36,124); }

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