#610278

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

Shades of Indigo #610278

Tints of Indigo #610278

Color information

#610278 (or 0x610278) is unknown color: approx Indigo. HEX triplet: 61, 02 and 78. RGB value is (97,2,120). Sum of RGB (Red+Green+Blue) = 97+2+120=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #610278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610278 is #9EFD87. Grayscale: #2B2B2B. Windows color (decimal): -10419592 or 7864929. OLE color: 7864929.

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

Color convert

RGB972120-
CMYK0.190.9800.53
HSL288.31º96.72%23.92%-
HSV(B)288.31º98.33%47.06%-
XYZ8.343.9418.09-
YUV43.86170.97165.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=44.29%
G=0.91%
B=54.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9721200.190.9800.53288.3196.7223.92
Hex6127813620351206118
Octal14121702314206544014130
Binary11000011011110001001111000100110101100100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610278; }

 p { color: rgb(97,2,120); }

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

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

 a { background-color: rgb(97,2,120); }

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

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

 span { border-color: rgb(97,2,120); }

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