#65078F

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

Shades of Indigo #65078F

Tints of Indigo #65078F

Color information

#65078F (or 0x65078F) is unknown color: approx Indigo. HEX triplet: 65, 07 and 8F. RGB value is (101,7,143). Sum of RGB (Red+Green+Blue) = 101+7+143=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #65078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65078F is #9AF870. Grayscale: #323232. Windows color (decimal): -10156145 or 9373541. OLE color: 9373541.

HSL color Cylindrical-coordinate representation of color #65078F: hue angle of 281.47º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65078F is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1017143-
CMYK0.290.9500.44
HSL281.47º90.67%29.41%-
HSV(B)281.47º95.1%56.08%-
XYZ10.44.926.38-
YUV50.61180.14163.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 143 (56.25% from 255) = 56.97%
R=40.24%
G=2.79%
B=56.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10171430.290.9500.44281.4790.6729.41
Hex6578F1D5F02C1195b1d
Octal14572173513705443113335
Binary1100101111100011111110110111110101100100011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65078F; }

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

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

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

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

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

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

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

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