#281B8B

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

Shades of Persian Indigo #281B8B

Tints of Persian Indigo #281B8B

Color information

#281B8B (or 0x281B8B) is unknown color: approx Persian Indigo. HEX triplet: 28, 1B and 8B. RGB value is (40,27,139). Sum of RGB (Red+Green+Blue) = 40+27+139=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #281B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B8B is #D7E474. Grayscale: #2B2B2B. Windows color (decimal): -14148725 or 9116456. OLE color: 9116456.

HSL color Cylindrical-coordinate representation of color #281B8B: hue angle of 246.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281B8B is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4027139-
CMYK0.710.8100.45
HSL246.96º67.47%32.55%-
HSV(B)246.96º80.58%54.51%-
XYZ5.933.124.71-
YUV43.66181.81125.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 139 (54.69% from 255) = 67.48%
R=19.42%
G=13.11%
B=67.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40271390.710.8100.45246.9667.4732.55
Hex281B8B475102Df74321
Octal503321310712105536710341
Binary1010001101110001011100011110100010101101111101111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B8B; }

 p { color: rgb(40,27,139); }

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

<style>
 a { background-color: #281B8B; }

 a { background-color: rgb(40,27,139); }

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

<style>
 span { border-color: #281B8B; }

 span { border-color: rgb(40,27,139); }

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