#2D0170

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

Shades of Persian Indigo #2D0170

Tints of Persian Indigo #2D0170

Color information

#2D0170 (or 0x2D0170) is unknown color: approx Persian Indigo. HEX triplet: 2D, 01 and 70. RGB value is (45,1,112). Sum of RGB (Red+Green+Blue) = 45+1+112=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D0170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0170 is #D2FE8F. Grayscale: #1A1A1A. Windows color (decimal): -13827728 or 7340333. OLE color: 7340333.

HSL color Cylindrical-coordinate representation of color #2D0170: hue angle of 263.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0170 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB451112-
CMYK0.600.9900.56
HSL263.78º98.23%22.16%-
HSV(B)263.78º99.11%43.92%-
XYZ4.021.7515.46-
YUV26.81176.08140.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 112 (44.14% from 255) = 70.89%
R=28.48%
G=0.63%
B=70.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4511120.600.9900.56263.7898.2322.16
Hex2D1703C630381086216
Octal5511607414307041014226
Binary1011011111000011110011000110111000100001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,1,112); }

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

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

 a { background-color: rgb(45,1,112); }

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

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

 span { border-color: rgb(45,1,112); }

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