#2D0C8B

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

Shades of Persian Indigo #2D0C8B

Tints of Persian Indigo #2D0C8B

Color information

#2D0C8B (or 0x2D0C8B) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0C and 8B. RGB value is (45,12,139). Sum of RGB (Red+Green+Blue) = 45+12+139=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D0C8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0C8B is #D2F374. Grayscale: #232323. Windows color (decimal): -13824885 or 9112621. OLE color: 9112621.

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

Color convert

RGB4512139-
CMYK0.680.9100.45
HSL255.59º84.11%29.61%-
HSV(B)255.59º91.37%54.51%-
XYZ5.872.6824.63-
YUV36.34185.93134.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.96%
GREEN value IS 12 (5.08% from 255) = 6.12%
BLUE value IS 139 (54.69% from 255) = 70.92%
R=22.96%
G=6.12%
B=70.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45121390.680.9100.45255.5984.1129.61
Hex2DC8B445B02D100541e
Octal551421310413305540012436
Binary101101110010001011100010010110110101101100000000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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