#2B0F6D

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

Shades of Persian Indigo #2B0F6D

Tints of Persian Indigo #2B0F6D

Color information

#2B0F6D (or 0x2B0F6D) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0F and 6D. RGB value is (43,15,109). Sum of RGB (Red+Green+Blue) = 43+15+109=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B0F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0F6D is #D4F092. Grayscale: #212121. Windows color (decimal): -13955219 or 7147307. OLE color: 7147307.

HSL color Cylindrical-coordinate representation of color #2B0F6D: hue angle of 257.87º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B0F6D is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4315109-
CMYK0.610.8600.57
HSL257.87º75.81%24.31%-
HSV(B)257.87º86.24%42.75%-
XYZ3.931.9614.64-
YUV34.09170.28134.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 15 (6.25% from 255) = 8.98%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=25.75%
G=8.98%
B=65.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43151090.610.8600.57257.8775.8124.31
Hex2BF6D3D560391024c18
Octal53171557512607140211430
Binary1010111111110110111110110101100111001100000010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,15,109); }

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

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

 a { background-color: rgb(43,15,109); }

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

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

 span { border-color: rgb(43,15,109); }

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