#280675

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

Shades of Persian Indigo #280675

Tints of Persian Indigo #280675

Color information

#280675 (or 0x280675) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 75. RGB value is (40,6,117). Sum of RGB (Red+Green+Blue) = 40+6+117=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #280675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280675 is #D7F98A. Grayscale: #1C1C1C. Windows color (decimal): -14154123 or 7669288. OLE color: 7669288.

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

Color convert

RGB406117-
CMYK0.660.9500.54
HSL258.38º90.24%24.12%-
HSV(B)258.38º94.87%45.88%-
XYZ4.151.8716.97-
YUV28.82177.76135.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=24.54%
G=3.68%
B=71.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4061170.660.9500.54258.3890.2424.12
Hex28675425F0361025a18
Octal50616510213706640213230
Binary1010001101110101100001010111110110110100000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280675; }

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

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

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

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

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

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

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

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