#2D0984

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

Shades of Persian Indigo #2D0984

Tints of Persian Indigo #2D0984

Color information

#2D0984 (or 0x2D0984) is unknown color: approx Persian Indigo. HEX triplet: 2D, 09 and 84. RGB value is (45,9,132). Sum of RGB (Red+Green+Blue) = 45+9+132=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0984 is #D2F67B. Grayscale: #212121. Windows color (decimal): -13825660 or 8653101. OLE color: 8653101.

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

Color convert

RGB459132-
CMYK0.660.9300.48
HSL257.56º87.23%27.65%-
HSV(B)257.56º93.18%51.76%-
XYZ5.342.4222.02-
YUV33.79183.43136-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.19%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 132 (51.95% from 255) = 70.97%
R=24.19%
G=4.84%
B=70.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4591320.660.9300.48257.5687.2327.65
Hex2D984425D030102571c
Octal551120410213506040212734
Binary101101100110000100100001010111010110000100000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,9,132); }

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

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

 a { background-color: rgb(45,9,132); }

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

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

 span { border-color: rgb(45,9,132); }

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