#281068

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

Shades of Persian Indigo #281068

Tints of Persian Indigo #281068

Color information

#281068 (or 0x281068) is unknown color: approx Persian Indigo. HEX triplet: 28, 10 and 68. RGB value is (40,16,104). Sum of RGB (Red+Green+Blue) = 40+16+104=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #281068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281068 is #D7EF97. Grayscale: #202020. Windows color (decimal): -14151576 or 6819880. OLE color: 6819880.

HSL color Cylindrical-coordinate representation of color #281068: hue angle of 256.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281068 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4016104-
CMYK0.620.8500.59
HSL256.36º73.33%23.53%-
HSV(B)256.36º84.62%40.78%-
XYZ3.561.8213.26-
YUV33.21167.95132.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 104 (41.02% from 255) = 65%
R=25%
G=10%
B=65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40161040.620.8500.59256.3673.3323.53
Hex2810683E5503B1004918
Octal50201507612507340011130
Binary10100010000110100011111010101010111011100000000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281068; }

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

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

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

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

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

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

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

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