#621285

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

Shades of Indigo #621285

Tints of Indigo #621285

Color information

#621285 (or 0x621285) is unknown color: approx Indigo. HEX triplet: 62, 12 and 85. RGB value is (98,18,133). Sum of RGB (Red+Green+Blue) = 98+18+133=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #621285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621285 is #9DED7A. Grayscale: #363636. Windows color (decimal): -10349947 or 8720994. OLE color: 8720994.

HSL color Cylindrical-coordinate representation of color #621285: hue angle of 281.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621285 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9818133-
CMYK0.260.8600.48
HSL281.74º76.16%29.61%-
HSV(B)281.74º86.47%52.16%-
XYZ9.494.7222.6-
YUV55.03172158.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=39.36%
G=7.23%
B=53.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98181330.260.8600.48281.7476.1629.61
Hex6212851A5603011a4c1e
Octal142222053212606043211436
Binary110001010010100001011101010101100110000100011010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621285; }

 p { color: rgb(98,18,133); }

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

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

 a { background-color: rgb(98,18,133); }

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

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

 span { border-color: rgb(98,18,133); }

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