#65038D

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

Shades of Indigo #65038D

Tints of Indigo #65038D

Color information

#65038D (or 0x65038D) is unknown color: approx Indigo. HEX triplet: 65, 03 and 8D. RGB value is (101,3,141). Sum of RGB (Red+Green+Blue) = 101+3+141=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #65038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65038D is #9AFC72. Grayscale: #2F2F2F. Windows color (decimal): -10157171 or 9241445. OLE color: 9241445.

HSL color Cylindrical-coordinate representation of color #65038D: hue angle of 282.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65038D is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1013141-
CMYK0.280.9800.45
HSL282.61º95.83%28.24%-
HSV(B)282.61º97.87%55.29%-
XYZ10.214.7525.58-
YUV48.03180.47165.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=41.22%
G=1.22%
B=57.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10131410.280.9800.45282.6195.8328.24
Hex6538D1C6202D11b601c
Octal14532153414205543314034
Binary110010111100011011110011000100101101100011011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65038D; }

 p { color: rgb(101,3,141); }

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

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

 a { background-color: rgb(101,3,141); }

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

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

 span { border-color: rgb(101,3,141); }

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