#280476

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

Shades of Persian Indigo #280476

Tints of Persian Indigo #280476

Color information

#280476 (or 0x280476) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 76. RGB value is (40,4,118). Sum of RGB (Red+Green+Blue) = 40+4+118=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #280476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280476 is #D7FB89. Grayscale: #1B1B1B. Windows color (decimal): -14154634 or 7734312. OLE color: 7734312.

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

Color convert

RGB404118-
CMYK0.660.9700.54
HSL258.95º93.44%23.92%-
HSV(B)258.95º96.61%46.27%-
XYZ4.191.8517.28-
YUV27.76178.93136.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 118 (46.48% from 255) = 72.84%
R=24.69%
G=2.47%
B=72.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4041180.660.9700.54258.9593.4423.92
Hex2847642610361035d18
Octal50416610214106640313530
Binary1010001001110110100001011000010110110100000011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280476; }

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

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

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

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

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

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

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

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