#280677

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

Shades of Persian Indigo #280677

Tints of Persian Indigo #280677

Color information

#280677 (or 0x280677) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 77. RGB value is (40,6,119). Sum of RGB (Red+Green+Blue) = 40+6+119=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #280677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280677 is #D7F988. Grayscale: #1C1C1C. Windows color (decimal): -14154121 or 7800360. OLE color: 7800360.

HSL color Cylindrical-coordinate representation of color #280677: hue angle of 258.05º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280677 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB406119-
CMYK0.660.9500.53
HSL258.05º90.4%24.51%-
HSV(B)258.05º94.96%46.67%-
XYZ4.271.9117.6-
YUV29.05178.76135.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 119 (46.88% from 255) = 72.12%
R=24.24%
G=3.64%
B=72.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4061190.660.9500.53258.0590.424.51
Hex28677425F0351025a19
Octal50616710213706540213231
Binary1010001101110111100001010111110110101100000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280677; }

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

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

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

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

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

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

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

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