#280469

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

Shades of Persian Indigo #280469

Tints of Persian Indigo #280469

Color information

#280469 (or 0x280469) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 69. RGB value is (40,4,105). Sum of RGB (Red+Green+Blue) = 40+4+105=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #280469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280469 is #D7FB96. Grayscale: #191919. Windows color (decimal): -14154647 or 6882344. OLE color: 6882344.

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

Color convert

RGB404105-
CMYK0.620.9600.59
HSL261.39º92.66%21.37%-
HSV(B)261.39º96.19%41.18%-
XYZ3.471.5613.48-
YUV26.28172.43137.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 105 (41.41% from 255) = 70.47%
R=26.85%
G=2.68%
B=70.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4041050.620.9600.59261.3992.6621.37
Hex284693E6003B1055d15
Octal5041517614007340513525
Binary101000100110100111111011000000111011100000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280469; }

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

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

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

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

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

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

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

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