#2B0370

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

Shades of Persian Indigo #2B0370

Tints of Persian Indigo #2B0370

Color information

#2B0370 (or 0x2B0370) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 70. RGB value is (43,3,112). Sum of RGB (Red+Green+Blue) = 43+3+112=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B0370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0370 is #D4FC8F. Grayscale: #1A1A1A. Windows color (decimal): -13958288 or 7340843. OLE color: 7340843.

HSL color Cylindrical-coordinate representation of color #2B0370: hue angle of 262.02º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0370 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB433112-
CMYK0.620.9700.56
HSL262.02º94.78%22.55%-
HSV(B)262.02º97.32%43.92%-
XYZ3.951.7515.46-
YUV27.39175.75139.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 112 (44.14% from 255) = 70.89%
R=27.22%
G=1.90%
B=70.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4331120.620.9700.56262.0294.7822.55
Hex2B3703E610381065f17
Octal5331607614107040613727
Binary10101111111000011111011000010111000100000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,112); }

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

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

 a { background-color: rgb(43,3,112); }

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

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

 span { border-color: rgb(43,3,112); }

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