#2d0b6f

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

Shades of Persian Indigo #2D0B6F

Tints of Persian Indigo #2D0B6F

Color information

#2D0B6F (or 0x2D0B6F) is unknown color: approx Persian Indigo. HEX triplet: 2D, 0B and 6F. RGB value is (45,11,111). Sum of RGB (Red+Green+Blue) = 45+11+111=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D0B6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0B6F is #D2F490. Grayscale: #202020. Windows color (decimal): -13825169 or 7277357. OLE color: 7277357.

HSL color Cylindrical-coordinate representation of color #2D0B6F: hue angle of 260.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0B6F is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4511111-
CMYK0.590.9000.56
HSL260.4º81.97%23.92%-
HSV(B)260.4º90.09%43.53%-
XYZ4.071.9415.2-
YUV32.57172.26136.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.95%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=26.95%
G=6.59%
B=66.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45111110.590.9000.56260.481.9723.92
Hex2DB6F3B5A0381045218
Octal55131577313207040412230
Binary1011011011110111111101110110100111000100000100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d0b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,11,111); }

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

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

 a { background-color: rgb(45,11,111); }

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

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

 span { border-color: rgb(45,11,111); }

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