Html Css Color HEX #65158B Indigo

📋 copy color: '#65158B'

red 101 ◦ green 21 ◦ blue 139

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

Shades of Indigo #65158B

Tints of Indigo #65158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 38.7%
G = 8.05%
B = 53.26%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65158B (or 0x65158B) is known color: Indigo. HEX triplet: 65, 15 and 8B. RGB value is (101,21,139). Sum of RGB (Red+Green+Blue) = 101+21+139=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #65158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65158B is #9AEA74. Grayscale: #393939. Windows color (decimal): -10152565 or 9114981. OLE color: 9114981.

HSL color Cylindrical-coordinate representation of color #65158B: hue angle of 280.68º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65158B is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 21 139 -
CMYK 0.27 0.85 0 0.45
HSL 280.68º 0.74% 0.31% -
HSV(B) 280.68º 0.85% 0.55% -
XYZ 10.3 5.17 24.88 -
YUV 58.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 101 21 139 0.27 0.85 0 0.45 280.68 0.74 0.31
Hex 65 15 8B 1B 55 0 2D 119 4A 1F
Octal 145 25 213 33 125 0 55 431 112 37
Binary 1100101 10101 10001011 11011 1010101 0 101101 100011001 1001010 11111

Color Harmonies of #65158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65158B

Black with #65158B

Text Example


Text Example

White with #65158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65158B; }

 p { color: rgb(101,21,139); }

 H1.HeaderClassName
 {
   color: #65158B;
 }
 .AnyTagClassName
 {
   color: #65158B;
 }
</style>

background-color css

<style>
 a { background-color: #65158B; }

 a { background-color: rgb(101,21,139); }

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

border-color css

<style>
 span { border-color: #65158B; }

 span { border-color: rgb(101,21,139); }

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