#280076

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

Shades of Persian Indigo #280076

Tints of Persian Indigo #280076

Color information

#280076 (or 0x280076) is unknown color: approx Persian Indigo. HEX triplet: 28, 00 and 76. RGB value is (40,0,118). Sum of RGB (Red+Green+Blue) = 40+0+118=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #280076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280076 is #D7FF89. Grayscale: #181818. Windows color (decimal): -14155658 or 7733288. OLE color: 7733288.

HSL color Cylindrical-coordinate representation of color #280076: hue angle of 260.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280076 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB400118-
CMYK0.66100.54
HSL260.34º100%23.14%-
HSV(B)260.34º100%46.27%-
XYZ4.151.7617.26-
YUV25.41180.25138.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=25.32%
G=0%
B=74.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4001180.66100.54260.3410023.14
Hex2807642640361046417
Octal50016610214406640414427
Binary10100001110110100001011001000110110100000100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280076; }

 p { color: rgb(40,0,118); }

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

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

 a { background-color: rgb(40,0,118); }

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

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

 span { border-color: rgb(40,0,118); }

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