Html Css Color HEX #65107E Indigo

📋 copy color: '#65107E'

red 101 ◦ green 16 ◦ blue 126

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

Shades of Indigo #65107E

Tints of Indigo #65107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 41.56%
G = 6.58%
B = 51.85%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65107E (or 0x65107E) is known color: Indigo. HEX triplet: 65, 10 and 7E. RGB value is (101,16,126). Sum of RGB (Red+Green+Blue) = 101+16+126=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #65107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65107E is #9AEF81. Grayscale: #353535. Windows color (decimal): -10153858 or 8261733. OLE color: 8261733.

HSL color Cylindrical-coordinate representation of color #65107E: hue angle of 286.36º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65107E is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 16 126 -
CMYK 0.20 0.87 0 0.51
HSL 286.36º 0.77% 0.28% -
HSV(B) 286.36º 0.87% 0.49% -
XYZ 9.32 4.64 20.14 -
YUV 53.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 101 16 126 0.20 0.87 0 0.51 286.36 0.77 0.28
Hex 65 10 7E 14 57 0 33 11E 4D 1C
Octal 145 20 176 24 127 0 63 436 115 34
Binary 1100101 10000 1111110 10100 1010111 0 110011 100011110 1001101 11100

Color Harmonies of #65107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65107E

Black with #65107E

Text Example


Text Example

White with #65107E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,16,126); }

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

background-color css

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

 a { background-color: rgb(101,16,126); }

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

border-color css

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

 span { border-color: rgb(101,16,126); }

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