Html Css Color HEX #65168E Indigo

📋 copy color: '#65168E'

red 101 ◦ green 22 ◦ blue 142

#65168E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #65168E

Tints of Indigo #65168E

RGB

 RED value IS 101 (39.84% from 255) = 38.11%

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 38.11%
G = 8.3%
B = 53.58%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65168E (or 0x65168E) is known color: Indigo. HEX triplet: 65, 16 and 8E. RGB value is (101,22,142). Sum of RGB (Red+Green+Blue) = 101+22+142=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #65168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65168E is #9AE971. Grayscale: #3A3A3A. Windows color (decimal): -10152306 or 9311845. OLE color: 9311845.

HSL color Cylindrical-coordinate representation of color #65168E: hue angle of 279.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65168E is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 22 142 -
CMYK 0.29 0.85 0 0.44
HSL 279.5º 0.73% 0.32% -
HSV(B) 279.5º 0.85% 0.56% -
XYZ 10.54 5.29 26.06 -
YUV 59.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 101 22 142 0.29 0.85 0 0.44 279.5 0.73 0.32
Hex 65 16 8E 1D 55 0 2C 118 49 20
Octal 145 26 216 35 125 0 54 430 111 40
Binary 1100101 10110 10001110 11101 1010101 0 101100 100011000 1001001 100000

Color Harmonies of #65168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65168E

Black with #65168E

Text Example


Text Example

White with #65168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65168E; }

 p { color: rgb(101,22,142); }

 H1.HeaderClassName
 {
   color: #65168E;
 }
 .AnyTagClassName
 {
   color: #65168E;
 }
</style>

background-color css

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

 a { background-color: rgb(101,22,142); }

 div.DivClassName
 {
   background-color: #65168E;
 }
 .BgClassName
 {
   background-color: #65168E;
 }
</style>

border-color css

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

 span { border-color: rgb(101,22,142); }

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