#2D237B

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

Shades of Persian Indigo #2D237B

Tints of Persian Indigo #2D237B

Color information

#2D237B (or 0x2D237B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 23 and 7B. RGB value is (45,35,123). Sum of RGB (Red+Green+Blue) = 45+35+123=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #2D237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D237B is #D2DC84. Grayscale: #2F2F2F. Windows color (decimal): -13819013 or 8069933. OLE color: 8069933.

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

Color convert

RGB4535123-
CMYK0.630.7200.52
HSL246.82º55.7%30.98%-
HSV(B)246.82º71.54%48.24%-
XYZ5.263.1919.08-
YUV48.02170.31125.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.17%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=22.17%
G=17.24%
B=60.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45351230.630.7200.52246.8255.730.98
Hex2D237B3F48034f7381f
Octal5543173771100643677037
Binary1011011000111111011111111100100001101001111011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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