Html Css Color HEX #65099E Indigo

📋 copy color: '#65099E'

red 101 ◦ green 9 ◦ blue 158

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

Shades of Indigo #65099E

Tints of Indigo #65099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 37.69%
G = 3.36%
B = 58.96%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65099E (or 0x65099E) is known color: Indigo. HEX triplet: 65, 09 and 9E. RGB value is (101,9,158). Sum of RGB (Red+Green+Blue) = 101+9+158=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #65099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65099E is #9AF661. Grayscale: #343434. Windows color (decimal): -10155618 or 10357093. OLE color: 10357093.

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

Color convert

RGB 101 9 158 -
CMYK 0.36 0.94 0 0.38
HSL 277.05º 0.89% 0.33% -
HSV(B) 277.05º 0.94% 0.62% -
XYZ 11.64 5.43 32.78 -
YUV 53.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 101 9 158 0.36 0.94 0 0.38 277.05 0.89 0.33
Hex 65 9 9E 24 5E 0 26 115 59 21
Octal 145 11 236 44 136 0 46 425 131 41
Binary 1100101 1001 10011110 100100 1011110 0 100110 100010101 1011001 100001

Color Harmonies of #65099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65099E

Black with #65099E

Text Example


Text Example

White with #65099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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