#2B0A70

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

Shades of Persian Indigo #2B0A70

Tints of Persian Indigo #2B0A70

Color information

#2B0A70 (or 0x2B0A70) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0A and 70. RGB value is (43,10,112). Sum of RGB (Red+Green+Blue) = 43+10+112=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0A70 is #D4F58F. Grayscale: #1F1F1F. Windows color (decimal): -13956496 or 7342635. OLE color: 7342635.

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

Color convert

RGB4310112-
CMYK0.620.9100.56
HSL259.41º83.61%23.92%-
HSV(B)259.41º91.07%43.92%-
XYZ4.031.915.48-
YUV31.49173.43136.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 10 (4.30% from 255) = 6.06%
BLUE value IS 112 (44.14% from 255) = 67.88%
R=26.06%
G=6.06%
B=67.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43101120.620.9100.56259.4183.6123.92
Hex2BA703E5B0381035418
Octal53121607613307040312430
Binary1010111010111000011111010110110111000100000011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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