#2D066A

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

Shades of Persian Indigo #2D066A

Tints of Persian Indigo #2D066A

Color information

#2D066A (or 0x2D066A) is unknown color: approx Persian Indigo. HEX triplet: 2D, 06 and 6A. RGB value is (45,6,106). Sum of RGB (Red+Green+Blue) = 45+6+106=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D066A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D066A is #D2F995. Grayscale: #1C1C1C. Windows color (decimal): -13826454 or 6948397. OLE color: 6948397.

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

Color convert

RGB456106-
CMYK0.580.9400.58
HSL263.4º89.29%21.96%-
HSV(B)263.4º94.34%41.57%-
XYZ3.751.7313.77-
YUV29.06171.42139.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 106 (41.80% from 255) = 67.52%
R=28.66%
G=3.82%
B=67.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4561060.580.9400.58263.489.2921.96
Hex2D66A3A5E03A1075916
Octal5561527213607240713126
Binary101101110110101011101010111100111010100000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,6,106); }

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

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

 a { background-color: rgb(45,6,106); }

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

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

 span { border-color: rgb(45,6,106); }

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