#2B0978

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

Shades of Persian Indigo #2B0978

Tints of Persian Indigo #2B0978

Color information

#2B0978 (or 0x2B0978) is unknown color: approx Persian Indigo. HEX triplet: 2B, 09 and 78. RGB value is (43,9,120). Sum of RGB (Red+Green+Blue) = 43+9+120=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B0978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0978 is #D4F687. Grayscale: #1F1F1F. Windows color (decimal): -13956744 or 7866667. OLE color: 7866667.

HSL color Cylindrical-coordinate representation of color #2B0978: hue angle of 258.38º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0978 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB439120-
CMYK0.640.9200.53
HSL258.38º86.05%25.29%-
HSV(B)258.38º92.5%47.06%-
XYZ4.482.0717.93-
YUV31.82177.76135.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 120 (47.27% from 255) = 69.77%
R=25%
G=5.23%
B=69.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4391200.640.9200.53258.3886.0525.29
Hex2B978405C0351025619
Octal531117010013406540212631
Binary10101110011111000100000010111000110101100000010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,120); }

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

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

 a { background-color: rgb(43,9,120); }

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

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

 span { border-color: rgb(43,9,120); }

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