#65079C

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

Shades of Indigo #65079C

Tints of Indigo #65079C

Color information

#65079C (or 0x65079C) is unknown color: approx Indigo. HEX triplet: 65, 07 and 9C. RGB value is (101,7,156). Sum of RGB (Red+Green+Blue) = 101+7+156=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #65079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65079C is #9AF863. Grayscale: #333333. Windows color (decimal): -10156132 or 10225509. OLE color: 10225509.

HSL color Cylindrical-coordinate representation of color #65079C: hue angle of 277.85º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65079C is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1017156-
CMYK0.350.9600.39
HSL277.85º91.41%31.96%-
HSV(B)277.85º95.51%61.18%-
XYZ11.445.3231.88-
YUV52.09186.64162.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 7 (3.12% from 255) = 2.65%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=38.26%
G=2.65%
B=59.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10171560.350.9600.39277.8591.4131.96
Hex6579C23600271165b20
Octal14572344314004742613340
Binary110010111110011100100011110000001001111000101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65079C; }

 p { color: rgb(101,7,156); }

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

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

 a { background-color: rgb(101,7,156); }

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

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

 span { border-color: rgb(101,7,156); }

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