#2B0360

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

Shades of Persian Indigo #2B0360

Tints of Persian Indigo #2B0360

Color information

#2B0360 (or 0x2B0360) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 60. RGB value is (43,3,96). Sum of RGB (Red+Green+Blue) = 43+3+96=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 96 (37.89% from 255 or 67.61% from 142); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B0360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0360 is #D4FC9F. Grayscale: #191919. Windows color (decimal): -13958304 or 6292267. OLE color: 6292267.

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

Color convert

RGB43396-
CMYK0.550.9700.62
HSL265.81º93.94%19.41%-
HSV(B)265.81º96.88%37.65%-
XYZ3.141.4211.18-
YUV25.56167.75140.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 96 (37.89% from 255) = 67.61%
R=30.28%
G=2.11%
B=67.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal433960.550.9700.62265.8193.9419.41
Hex2B360376103E10a5e13
Octal5331406714107641213623
Binary10101111110000011011111000010111110100001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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