#2D026D

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

Shades of Persian Indigo #2D026D

Tints of Persian Indigo #2D026D

Color information

#2D026D (or 0x2D026D) is unknown color: approx Persian Indigo. HEX triplet: 2D, 02 and 6D. RGB value is (45,2,109). Sum of RGB (Red+Green+Blue) = 45+2+109=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D026D is #D2FD92. Grayscale: #1A1A1A. Windows color (decimal): -13827475 or 7143981. OLE color: 7143981.

HSL color Cylindrical-coordinate representation of color #2D026D: hue angle of 264.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D026D is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB452109-
CMYK0.590.9800.57
HSL264.11º96.4%21.76%-
HSV(B)264.11º98.17%42.75%-
XYZ3.861.7114.59-
YUV27.06174.25140.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 109 (42.97% from 255) = 69.87%
R=28.85%
G=1.28%
B=69.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4521090.590.9800.57264.1196.421.76
Hex2D26D3B620391086016
Octal5521557314207141014026
Binary10110110110110111101111000100111001100001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,2,109); }

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

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

 a { background-color: rgb(45,2,109); }

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

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

 span { border-color: rgb(45,2,109); }

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