#281085

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

Shades of Persian Indigo #281085

Tints of Persian Indigo #281085

Color information

#281085 (or 0x281085) is unknown color: approx Persian Indigo. HEX triplet: 28, 10 and 85. RGB value is (40,16,133). Sum of RGB (Red+Green+Blue) = 40+16+133=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #281085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281085 is #D7EF7A. Grayscale: #242424. Windows color (decimal): -14151547 or 8720424. OLE color: 8720424.

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

Color convert

RGB4016133-
CMYK0.700.8800.48
HSL252.31º78.52%29.22%-
HSV(B)252.31º87.97%52.16%-
XYZ5.292.5222.4-
YUV36.51182.45130.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 133 (52.34% from 255) = 70.37%
R=21.16%
G=8.47%
B=70.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40161330.700.8800.48252.3178.5229.22
Hex2810854658030fc4f1d
Octal502020510613006037411735
Binary101000100001000010110001101011000011000011111100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281085; }

 p { color: rgb(40,16,133); }

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

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

 a { background-color: rgb(40,16,133); }

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

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

 span { border-color: rgb(40,16,133); }

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