#281B84

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

Shades of Persian Indigo #281B84

Tints of Persian Indigo #281B84

Color information

#281B84 (or 0x281B84) is unknown color: approx Persian Indigo. HEX triplet: 28, 1B and 84. RGB value is (40,27,132). Sum of RGB (Red+Green+Blue) = 40+27+132=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #281B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B84 is #D7E47B. Grayscale: #2A2A2A. Windows color (decimal): -14148732 or 8657704. OLE color: 8657704.

HSL color Cylindrical-coordinate representation of color #281B84: hue angle of 247.43º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281B84 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4027132-
CMYK0.700.8000.48
HSL247.43º66.04%31.18%-
HSV(B)247.43º79.55%51.76%-
XYZ5.432.922.1-
YUV42.86178.31125.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 132 (51.95% from 255) = 66.33%
R=20.10%
G=13.57%
B=66.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40271320.700.8000.48247.4366.0431.18
Hex281B844650030f7421f
Octal503320410612006036710237
Binary101000110111000010010001101010000011000011110111100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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