#2D108C

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

Shades of Persian Indigo #2D108C

Tints of Persian Indigo #2D108C

Color information

#2D108C (or 0x2D108C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 10 and 8C. RGB value is (45,16,140). Sum of RGB (Red+Green+Blue) = 45+16+140=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D108C is #D2EF73. Grayscale: #262626. Windows color (decimal): -13823860 or 9179181. OLE color: 9179181.

HSL color Cylindrical-coordinate representation of color #2D108C: hue angle of 254.03º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D108C is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4516140-
CMYK0.680.8900.45
HSL254.03º79.49%30.59%-
HSV(B)254.03º88.57%54.9%-
XYZ62.8225.04-
YUV38.81185.11132.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.39%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 140 (55.08% from 255) = 69.65%
R=22.39%
G=7.96%
B=69.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45161400.680.8900.45254.0379.4930.59
Hex2D108C445902Dfe4f1f
Octal552021410413105537611737
Binary101101100001000110010001001011001010110111111110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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