#281C84

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

Shades of Persian Indigo #281C84

Tints of Persian Indigo #281C84

Color information

#281C84 (or 0x281C84) is unknown color: approx Persian Indigo. HEX triplet: 28, 1C and 84. RGB value is (40,28,132). Sum of RGB (Red+Green+Blue) = 40+28+132=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #281C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C84 is #D7E37B. Grayscale: #2B2B2B. Windows color (decimal): -14148476 or 8657960. OLE color: 8657960.

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

Color convert

RGB4028132-
CMYK0.700.7900.48
HSL246.92º65%31.37%-
HSV(B)246.92º78.79%51.76%-
XYZ5.462.9522.11-
YUV43.44177.98125.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 14%
BLUE value IS 132 (51.95% from 255) = 66%
R=20%
G=14%
B=66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40281320.700.7900.48246.926531.37
Hex281C84464F030f7411f
Octal503420410611706036710137
Binary101000111001000010010001101001111011000011110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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