#2D0C84

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

Shades of Persian Indigo #2D0C84

Tints of Persian Indigo #2D0C84

Color information

#2D0C84 (or 0x2D0C84) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0C and 84. RGB value is (45,12,132). Sum of RGB (Red+Green+Blue) = 45+12+132=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D0C84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0C84 is #D2F37B. Grayscale: #232323. Windows color (decimal): -13824892 or 8653869. OLE color: 8653869.

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

Color convert

RGB4512132-
CMYK0.660.9100.48
HSL256.5º83.33%28.24%-
HSV(B)256.5º90.91%51.76%-
XYZ5.382.4922.03-
YUV35.55182.43134.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.81%
GREEN value IS 12 (5.08% from 255) = 6.35%
BLUE value IS 132 (51.95% from 255) = 69.84%
R=23.81%
G=6.35%
B=69.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal45121320.660.9100.48256.583.3328.24
Hex2DC84425B030100531c
Octal551420410213306040012334
Binary101101110010000100100001010110110110000100000000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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