#281283

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

Shades of Persian Indigo #281283

Tints of Persian Indigo #281283

Color information

#281283 (or 0x281283) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 83. RGB value is (40,18,131). Sum of RGB (Red+Green+Blue) = 40+18+131=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #281283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281283 is #D7ED7C. Grayscale: #252525. Windows color (decimal): -14151037 or 8589864. OLE color: 8589864.

HSL color Cylindrical-coordinate representation of color #281283: hue angle of 251.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281283 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4018131-
CMYK0.690.8600.49
HSL251.68º75.84%29.22%-
HSV(B)251.68º86.26%51.37%-
XYZ5.192.5221.69-
YUV37.46180.79129.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 131 (51.56% from 255) = 69.31%
R=21.16%
G=9.52%
B=69.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40181310.690.8600.49251.6875.8429.22
Hex2812834556031fc4c1d
Octal502220310512606137411435
Binary101000100101000001110001011010110011000111111100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281283; }

 p { color: rgb(40,18,131); }

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

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

 a { background-color: rgb(40,18,131); }

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

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

 span { border-color: rgb(40,18,131); }

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