#65028A

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

Shades of Indigo #65028A

Tints of Indigo #65028A

Color information

#65028A (or 0x65028A) is unknown color: approx Indigo. HEX triplet: 65, 02 and 8A. RGB value is (101,2,138). Sum of RGB (Red+Green+Blue) = 101+2+138=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #65028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65028A is #9AFD75. Grayscale: #2E2E2E. Windows color (decimal): -10157430 or 9044581. OLE color: 9044581.

HSL color Cylindrical-coordinate representation of color #65028A: hue angle of 283.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65028A is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1012138-
CMYK0.270.9900.46
HSL283.68º97.14%27.45%-
HSV(B)283.68º98.55%54.12%-
XYZ9.984.6524.42-
YUV47.1179.3166.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=41.91%
G=0.83%
B=57.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10121380.270.9900.46283.6897.1427.45
Hex6528A1B6302E11c611b
Octal14522123314305643414133
Binary110010110100010101101111000110101110100011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65028A; }

 p { color: rgb(101,2,138); }

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

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

 a { background-color: rgb(101,2,138); }

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

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

 span { border-color: rgb(101,2,138); }

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