#2B0372

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

Shades of Persian Indigo #2B0372

Tints of Persian Indigo #2B0372

Color information

#2B0372 (or 0x2B0372) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 72. RGB value is (43,3,114). Sum of RGB (Red+Green+Blue) = 43+3+114=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0372 is #D4FC8D. Grayscale: #1B1B1B. Windows color (decimal): -13958286 or 7471915. OLE color: 7471915.

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

Color convert

RGB433114-
CMYK0.620.9700.55
HSL261.62º94.87%22.94%-
HSV(B)261.62º97.37%44.71%-
XYZ4.071.7916.05-
YUV27.61176.75138.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 114 (44.92% from 255) = 71.25%
R=26.88%
G=1.88%
B=71.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4331140.620.9700.55261.6294.8722.94
Hex2B3723E610371065f17
Octal5331627614106740613727
Binary10101111111001011111011000010110111100000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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