#280179

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

Shades of Persian Indigo #280179

Tints of Persian Indigo #280179

Color information

#280179 (or 0x280179) is unknown color: approx Persian Indigo. HEX triplet: 28, 01 and 79. RGB value is (40,1,121). Sum of RGB (Red+Green+Blue) = 40+1+121=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #280179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280179 is #D7FE86. Grayscale: #191919. Windows color (decimal): -14155399 or 7930152. OLE color: 7930152.

HSL color Cylindrical-coordinate representation of color #280179: hue angle of 259.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280179 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB401121-
CMYK0.670.9900.53
HSL259.5º98.36%23.92%-
HSV(B)259.5º99.17%47.45%-
XYZ4.341.8518.22-
YUV26.34181.42137.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 121 (47.66% from 255) = 74.69%
R=24.69%
G=0.62%
B=74.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4011210.670.9900.53259.598.3623.92
Hex2817943630351046218
Octal50117110314306540414230
Binary10100011111001100001111000110110101100000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280179; }

 p { color: rgb(40,1,121); }

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

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

 a { background-color: rgb(40,1,121); }

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

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

 span { border-color: rgb(40,1,121); }

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