#2D046C

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

Shades of Persian Indigo #2D046C

Tints of Persian Indigo #2D046C

Color information

#2D046C (or 0x2D046C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 04 and 6C. RGB value is (45,4,108). Sum of RGB (Red+Green+Blue) = 45+4+108=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D046C is #D2FB93. Grayscale: #1B1B1B. Windows color (decimal): -13826964 or 7078957. OLE color: 7078957.

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

Color convert

RGB454108-
CMYK0.580.9600.58
HSL263.65º92.86%21.96%-
HSV(B)263.65º96.3%42.35%-
XYZ3.831.7314.32-
YUV28.12173.08140.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 108 (42.58% from 255) = 68.79%
R=28.66%
G=2.55%
B=68.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4541080.580.9600.58263.6592.8621.96
Hex2D46C3A6003A1085d16
Octal5541547214007241013526
Binary101101100110110011101011000000111010100001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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