Html Css Color HEX #65009E Indigo

📋 copy color: '#65009E'

red 101 ◦ green 0 ◦ blue 158

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

Shades of Indigo #65009E

Tints of Indigo #65009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61%

R = 39%
G = 0%
B = 61%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65009E (or 0x65009E) is known color: Indigo. HEX triplet: 65, 00 and 9E. RGB value is (101,0,158). Sum of RGB (Red+Green+Blue) = 101+0+158=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #65009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65009E is #9AFF61. Grayscale: #2F2F2F. Windows color (decimal): -10157922 or 10354789. OLE color: 10354789.

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

Color convert

RGB 101 0 158 -
CMYK 0.36 1 0 0.38
HSL 278.35º 1% 0.31% -
HSV(B) 278.35º 1% 0.62% -
XYZ 11.54 5.24 32.75 -
YUV 48.21 189.96 165.65 -
System Red Green Blue C M Y K H S L
Decimal 101 0 158 0.36 1 0 0.38 278.35 1 0.31
Hex 65 0 9E 24 64 0 26 116 64 1F
Octal 145 0 236 44 144 0 46 426 144 37
Binary 1100101 0 10011110 100100 1100100 0 100110 100010110 1100100 11111

Color Harmonies of #65009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65009E

Black with #65009E

Text Example


Text Example

White with #65009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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