#2D0D8C

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

Shades of Persian Indigo #2D0D8C

Tints of Persian Indigo #2D0D8C

Color information

#2D0D8C (or 0x2D0D8C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0D and 8C. RGB value is (45,13,140). Sum of RGB (Red+Green+Blue) = 45+13+140=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D0D8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0D8C is #D2F273. Grayscale: #242424. Windows color (decimal): -13824628 or 9178413. OLE color: 9178413.

HSL color Cylindrical-coordinate representation of color #2D0D8C: hue angle of 255.12º degrees, saturation: 0.83, 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 #2D0D8C is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4513140-
CMYK0.680.9100.45
HSL255.12º83.01%30%-
HSV(B)255.12º90.71%54.9%-
XYZ5.962.7425.03-
YUV37.05186.1133.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.73%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 140 (55.08% from 255) = 70.71%
R=22.73%
G=6.57%
B=70.71%

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
Decimal45131400.680.9100.45255.1283.0130
Hex2DD8C445B02Dff531e
Octal551521410413305537712336
Binary10110111011000110010001001011011010110111111111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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