#2D0179

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

Shades of Persian Indigo #2D0179

Tints of Persian Indigo #2D0179

Color information

#2D0179 (or 0x2D0179) is unknown color: approx Persian Indigo. HEX triplet: 2D, 01 and 79. RGB value is (45,1,121). Sum of RGB (Red+Green+Blue) = 45+1+121=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0179 is #D2FE86. Grayscale: #1B1B1B. Windows color (decimal): -13827719 or 7930157. OLE color: 7930157.

HSL color Cylindrical-coordinate representation of color #2D0179: hue angle of 262º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0179 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB451121-
CMYK0.630.9900.53
HSL262º98.36%23.92%-
HSV(B)262º99.17%47.45%-
XYZ4.541.9618.23-
YUV27.84180.58140.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.95%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 121 (47.66% from 255) = 72.46%
R=26.95%
G=0.60%
B=72.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4511210.630.9900.5326298.3623.92
Hex2D1793F630351066218
Octal5511717714306540614230
Binary1011011111100111111111000110110101100000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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