#280462

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

Shades of Persian Indigo #280462

Tints of Persian Indigo #280462

Color information

#280462 (or 0x280462) is unknown color: approx Persian Indigo. HEX triplet: 28, 04 and 62. RGB value is (40,4,98). Sum of RGB (Red+Green+Blue) = 40+4+98=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #280462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280462 is #D7FB9D. Grayscale: #191919. Windows color (decimal): -14154654 or 6423592. OLE color: 6423592.

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

Color convert

RGB40498-
CMYK0.590.9600.62
HSL262.98º92.16%20%-
HSV(B)262.98º95.92%38.43%-
XYZ3.121.4211.66-
YUV25.48168.93138.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.17%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=28.17%
G=2.82%
B=69.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal404980.590.9600.62262.9892.1620
Hex284623B6003E1075c14
Octal5041427314007640713424
Binary101000100110001011101111000000111110100000111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280462; }

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

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

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

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

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

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

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

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