Html Css Color HEX #65009C Indigo

📋 copy color: '#65009C'

red 101 ◦ green 0 ◦ blue 156

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

Shades of Indigo #65009C

Tints of Indigo #65009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 39.3%
G = 0%
B = 60.7%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65009C (or 0x65009C) is known color: Indigo. HEX triplet: 65, 00 and 9C. RGB value is (101,0,156). Sum of RGB (Red+Green+Blue) = 101+0+156=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #65009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65009C is #9AFF63. Grayscale: #2F2F2F. Windows color (decimal): -10157924 or 10223717. OLE color: 10223717.

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

Color convert

RGB 101 0 156 -
CMYK 0.35 1 0 0.39
HSL 278.85º 1% 0.31% -
HSV(B) 278.85º 1% 0.61% -
XYZ 11.37 5.17 31.85 -
YUV 47.98 188.96 165.82 -
System Red Green Blue C M Y K H S L
Decimal 101 0 156 0.35 1 0 0.39 278.85 1 0.31
Hex 65 0 9C 23 64 0 27 117 64 1F
Octal 145 0 234 43 144 0 47 427 144 37
Binary 1100101 0 10011100 100011 1100100 0 100111 100010111 1100100 11111

Color Harmonies of #65009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65009C

Black with #65009C

Text Example


Text Example

White with #65009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65009C; }

 p { color: rgb(101,0,156); }

 H1.HeaderClassName
 {
   color: #65009C;
 }
 .AnyTagClassName
 {
   color: #65009C;
 }
</style>

background-color css

<style>
 a { background-color: #65009C; }

 a { background-color: rgb(101,0,156); }

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

border-color css

<style>
 span { border-color: #65009C; }

 span { border-color: rgb(101,0,156); }

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