Html Css Color HEX #65019B Indigo

📋 copy color: '#65019B'

red 101 ◦ green 1 ◦ blue 155

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

Shades of Indigo #65019B

Tints of Indigo #65019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 39.3%
G = 0.39%
B = 60.31%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65019B (or 0x65019B) is known color: Indigo. HEX triplet: 65, 01 and 9B. RGB value is (101,1,155). Sum of RGB (Red+Green+Blue) = 101+1+155=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #65019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65019B is #9AFE64. Grayscale: #2F2F2F. Windows color (decimal): -10157669 or 10158437. OLE color: 10158437.

HSL color Cylindrical-coordinate representation of color #65019B: hue angle of 278.96º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65019B is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 1 155 -
CMYK 0.35 0.99 0 0.39
HSL 278.96º 0.99% 0.31% -
HSV(B) 278.96º 0.99% 0.61% -
XYZ 11.29 5.15 31.41 -
YUV 48.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 101 1 155 0.35 0.99 0 0.39 278.96 0.99 0.31
Hex 65 1 9B 23 63 0 27 117 63 1F
Octal 145 1 233 43 143 0 47 427 143 37
Binary 1100101 1 10011011 100011 1100011 0 100111 100010111 1100011 11111

Color Harmonies of #65019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65019B

Black with #65019B

Text Example


Text Example

White with #65019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,1,155); }

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

background-color css

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

 a { background-color: rgb(101,1,155); }

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

border-color css

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

 span { border-color: rgb(101,1,155); }

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