#2D1085

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

Shades of Persian Indigo #2D1085

Tints of Persian Indigo #2D1085

Color information

#2D1085 (or 0x2D1085) is unknown color: approx Persian Indigo. HEX triplet: 2D, 10 and 85. RGB value is (45,16,133). Sum of RGB (Red+Green+Blue) = 45+16+133=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1085 is #D2EF7A. Grayscale: #252525. Windows color (decimal): -13823867 or 8720429. OLE color: 8720429.

HSL color Cylindrical-coordinate representation of color #2D1085: hue angle of 254.87º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1085 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4516133-
CMYK0.660.8800.48
HSL254.87º78.52%29.22%-
HSV(B)254.87º87.97%52.16%-
XYZ5.52.6222.41-
YUV38.01181.61132.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 133 (52.34% from 255) = 68.56%
R=23.20%
G=8.25%
B=68.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45161330.660.8800.48254.8778.5229.22
Hex2D10854258030ff4f1d
Octal552020510213006037711735
Binary101101100001000010110000101011000011000011111111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,16,133); }

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

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

 a { background-color: rgb(45,16,133); }

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

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

 span { border-color: rgb(45,16,133); }

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