#2D0D6B

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

Shades of Persian Indigo #2D0D6B

Tints of Persian Indigo #2D0D6B

Color information

#2D0D6B (or 0x2D0D6B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0D and 6B. RGB value is (45,13,107). Sum of RGB (Red+Green+Blue) = 45+13+107=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D0D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0D6B is #D2F294. Grayscale: #202020. Windows color (decimal): -13824661 or 7015725. OLE color: 7015725.

HSL color Cylindrical-coordinate representation of color #2D0D6B: hue angle of 260.43º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D0D6B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4513107-
CMYK0.580.8800.58
HSL260.43º78.33%23.53%-
HSV(B)260.43º87.85%41.96%-
XYZ3.881.9114.07-
YUV33.28169.6136.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=27.27%
G=7.88%
B=64.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45131070.580.8800.58260.4378.3323.53
Hex2DD6B3A5803A1044e18
Octal55151537213007240411630
Binary1011011101110101111101010110000111010100000100100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,13,107); }

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

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

 a { background-color: rgb(45,13,107); }

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

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

 span { border-color: rgb(45,13,107); }

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