#2D238B

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

Shades of Persian Indigo #2D238B

Tints of Persian Indigo #2D238B

Color information

#2D238B (or 0x2D238B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 23 and 8B. RGB value is (45,35,139). Sum of RGB (Red+Green+Blue) = 45+35+139=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D238B is #D2DC74. Grayscale: #313131. Windows color (decimal): -13818997 or 9118509. OLE color: 9118509.

HSL color Cylindrical-coordinate representation of color #2D238B: hue angle of 245.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D238B is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4535139-
CMYK0.680.7500.45
HSL245.77º59.77%34.12%-
HSV(B)245.77º74.82%54.51%-
XYZ6.343.6224.79-
YUV49.85178.31124.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.55%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=20.55%
G=15.98%
B=63.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45351390.680.7500.45245.7759.7734.12
Hex2D238B444B02Df63c22
Octal55432131041130553667442
Binary1011011000111000101110001001001011010110111110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,139); }

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

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

 a { background-color: rgb(45,35,139); }

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

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

 span { border-color: rgb(45,35,139); }

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