#2D0072

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

Shades of Persian Indigo #2D0072

Tints of Persian Indigo #2D0072

Color information

#2D0072 (or 0x2D0072) is unknown color: approx Persian Indigo. HEX triplet: 2D, 00 and 72. RGB value is (45,0,114). Sum of RGB (Red+Green+Blue) = 45+0+114=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0072 is #D2FF8D. Grayscale: #1A1A1A. Windows color (decimal): -13827982 or 7471149. OLE color: 7471149.

HSL color Cylindrical-coordinate representation of color #2D0072: hue angle of 263.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0072 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB450114-
CMYK0.61100.55
HSL263.68º100%22.35%-
HSV(B)263.68º100%44.71%-
XYZ4.121.7716.04-
YUV26.45177.41141.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=28.30%
G=0%
B=71.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4501140.61100.55263.6810022.35
Hex2D0723D640371086416
Octal5501627514406741014426
Binary1011010111001011110111001000110111100001000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,114); }

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

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

 a { background-color: rgb(45,0,114); }

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

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

 span { border-color: rgb(45,0,114); }

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