#280671

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

Shades of Persian Indigo #280671

Tints of Persian Indigo #280671

Color information

#280671 (or 0x280671) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 71. RGB value is (40,6,113). Sum of RGB (Red+Green+Blue) = 40+6+113=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #280671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280671 is #D7F98E. Grayscale: #1B1B1B. Windows color (decimal): -14154127 or 7407144. OLE color: 7407144.

HSL color Cylindrical-coordinate representation of color #280671: hue angle of 259.07º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280671 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB406113-
CMYK0.650.9500.56
HSL259.07º89.92%23.33%-
HSV(B)259.07º94.69%44.31%-
XYZ3.921.7715.76-
YUV28.36175.76136.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.16%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=25.16%
G=3.77%
B=71.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4061130.650.9500.56259.0789.9223.33
Hex28671415F0381035a17
Octal50616110113707040313227
Binary1010001101110001100000110111110111000100000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280671; }

 p { color: rgb(40,6,113); }

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

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

 a { background-color: rgb(40,6,113); }

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

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

 span { border-color: rgb(40,6,113); }

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