#2D146B

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

Shades of Persian Indigo #2D146B

Tints of Persian Indigo #2D146B

Color information

#2D146B (or 0x2D146B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 14 and 6B. RGB value is (45,20,107). Sum of RGB (Red+Green+Blue) = 45+20+107=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D146B is #D2EB94. Grayscale: #252525. Windows color (decimal): -13822869 or 7017517. OLE color: 7017517.

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

Color convert

RGB4520107-
CMYK0.580.8100.58
HSL257.24º68.5%24.9%-
HSV(B)257.24º81.31%41.96%-
XYZ3.992.1214.11-
YUV37.39167.28133.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 107 (42.19% from 255) = 62.21%
R=26.16%
G=11.63%
B=62.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45201070.580.8100.58257.2468.524.9
Hex2D146B3A5103A1014519
Octal55241537212107240110531
Binary10110110100110101111101010100010111010100000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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