#2B0075

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

Shades of Persian Indigo #2B0075

Tints of Persian Indigo #2B0075

Color information

#2B0075 (or 0x2B0075) is unknown color: approx Persian Indigo. HEX triplet: 2B, 00 and 75. RGB value is (43,0,117). Sum of RGB (Red+Green+Blue) = 43+0+117=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0075 is #D4FF8A. Grayscale: #191919. Windows color (decimal): -13959051 or 7667755. OLE color: 7667755.

HSL color Cylindrical-coordinate representation of color #2B0075: hue angle of 262.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0075 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB430117-
CMYK0.63100.54
HSL262.05º100%22.94%-
HSV(B)262.05º100%45.88%-
XYZ4.211.816.95-
YUV26.2179.25139.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=26.88%
G=0%
B=73.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4301170.63100.54262.0510022.94
Hex2B0753F640361066417
Octal5301657714406640614427
Binary1010110111010111111111001000110110100000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,117); }

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

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

 a { background-color: rgb(43,0,117); }

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

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

 span { border-color: rgb(43,0,117); }

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