#2B036B

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

Shades of Persian Indigo #2B036B

Tints of Persian Indigo #2B036B

Color information

#2B036B (or 0x2B036B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 6B. RGB value is (43,3,107). Sum of RGB (Red+Green+Blue) = 43+3+107=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B036B is #D4FC94. Grayscale: #1A1A1A. Windows color (decimal): -13958293 or 7013163. OLE color: 7013163.

HSL color Cylindrical-coordinate representation of color #2B036B: hue angle of 263.08º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B036B is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB433107-
CMYK0.600.9700.58
HSL263.08º94.55%21.57%-
HSV(B)263.08º97.2%41.96%-
XYZ3.681.6414.03-
YUV26.82173.25139.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 107 (42.19% from 255) = 69.93%
R=28.10%
G=1.96%
B=69.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4331070.600.9700.58263.0894.5521.57
Hex2B36B3C6103A1075f16
Octal5331537414107240713726
Binary10101111110101111110011000010111010100000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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