#2D056C

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

Shades of Persian Indigo #2D056C

Tints of Persian Indigo #2D056C

Color information

#2D056C (or 0x2D056C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 05 and 6C. RGB value is (45,5,108). Sum of RGB (Red+Green+Blue) = 45+5+108=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 108 (42.58% from 255 or 68.35% from 158); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D056C is #D2FA93. Grayscale: #1C1C1C. Windows color (decimal): -13826708 or 7079213. OLE color: 7079213.

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

Color convert

RGB455108-
CMYK0.580.9500.58
HSL263.3º91.15%22.16%-
HSV(B)263.3º95.37%42.35%-
XYZ3.841.7514.32-
YUV28.7172.75139.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 108 (42.58% from 255) = 68.35%
R=28.48%
G=3.16%
B=68.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4551080.580.9500.58263.391.1522.16
Hex2D56C3A5F03A1075b16
Octal5551547213707240713326
Binary101101101110110011101010111110111010100000111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,5,108); }

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

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

 a { background-color: rgb(45,5,108); }

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

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

 span { border-color: rgb(45,5,108); }

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