#2D1475

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

Shades of Persian Indigo #2D1475

Tints of Persian Indigo #2D1475

Color information

#2D1475 (or 0x2D1475) is unknown color: approx Persian Indigo. HEX triplet: 2D, 14 and 75. RGB value is (45,20,117). Sum of RGB (Red+Green+Blue) = 45+20+117=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D1475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1475 is #D2EB8A. Grayscale: #262626. Windows color (decimal): -13822859 or 7672877. OLE color: 7672877.

HSL color Cylindrical-coordinate representation of color #2D1475: hue angle of 255.46º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D1475 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4520117-
CMYK0.620.8300.54
HSL255.46º70.8%26.86%-
HSV(B)255.46º82.91%45.88%-
XYZ4.542.3417.04-
YUV38.53172.28132.61-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.73%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=24.73%
G=10.99%
B=64.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45201170.620.8300.54255.4670.826.86
Hex2D14753E53036ff471b
Octal55241657612306637710733
Binary1011011010011101011111101010011011011011111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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