Html Css Color HEX #65099F Indigo

📋 copy color: '#65099F'

red 101 ◦ green 9 ◦ blue 159

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

Shades of Indigo #65099F

Tints of Indigo #65099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 37.55%
G = 3.35%
B = 59.11%

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

#65099F (or 0x65099F) is known color: Indigo. HEX triplet: 65, 09 and 9F. RGB value is (101,9,159). Sum of RGB (Red+Green+Blue) = 101+9+159=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #65099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65099F is #9AF660. Grayscale: #353535. Windows color (decimal): -10155617 or 10422629. OLE color: 10422629.

HSL color Cylindrical-coordinate representation of color #65099F: hue angle of 276.8º 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 #65099F is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 9 159 -
CMYK 0.36 0.94 0 0.38
HSL 276.8º 0.89% 0.33% -
HSV(B) 276.8º 0.94% 0.62% -
XYZ 11.72 5.47 33.24 -
YUV 53.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 101 9 159 0.36 0.94 0 0.38 276.8 0.89 0.33
Hex 65 9 9F 24 5E 0 26 115 59 21
Octal 145 11 237 44 136 0 46 425 131 41
Binary 1100101 1001 10011111 100100 1011110 0 100110 100010101 1011001 100001

Color Harmonies of #65099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65099F

Black with #65099F

Text Example


Text Example

White with #65099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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