#2D106C

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

Shades of Persian Indigo #2D106C

Tints of Persian Indigo #2D106C

Color information

#2D106C (or 0x2D106C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 10 and 6C. RGB value is (45,16,108). Sum of RGB (Red+Green+Blue) = 45+16+108=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D106C is #D2EF93. Grayscale: #222222. Windows color (decimal): -13823892 or 7082029. OLE color: 7082029.

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

Color convert

RGB4516108-
CMYK0.580.8500.58
HSL258.91º74.19%24.31%-
HSV(B)258.91º85.19%42.35%-
XYZ3.972.0114.37-
YUV35.16169.11135.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.63%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 108 (42.58% from 255) = 63.91%
R=26.63%
G=9.47%
B=63.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45161080.580.8500.58258.9174.1924.31
Hex2D106C3A5503A1034a18
Octal55201547212507240311230
Binary10110110000110110011101010101010111010100000011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,16,108); }

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

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

 a { background-color: rgb(45,16,108); }

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

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

 span { border-color: rgb(45,16,108); }

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