Html Css Color HEX #65098F Indigo

📋 copy color: '#65098F'

red 101 ◦ green 9 ◦ blue 143

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

Shades of Indigo #65098F

Tints of Indigo #65098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.52%

R = 39.92%
G = 3.56%
B = 56.52%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65098F (or 0x65098F) is known color: Indigo. HEX triplet: 65, 09 and 8F. RGB value is (101,9,143). Sum of RGB (Red+Green+Blue) = 101+9+143=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #65098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65098F is #9AF670. Grayscale: #333333. Windows color (decimal): -10155633 or 9374053. OLE color: 9374053.

HSL color Cylindrical-coordinate representation of color #65098F: hue angle of 281.19º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65098F is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 9 143 -
CMYK 0.29 0.94 0 0.44
HSL 281.19º 0.88% 0.3% -
HSV(B) 281.19º 0.94% 0.56% -
XYZ 10.42 4.95 26.39 -
YUV 51.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 101 9 143 0.29 0.94 0 0.44 281.19 0.88 0.3
Hex 65 9 8F 1D 5E 0 2C 119 58 1E
Octal 145 11 217 35 136 0 54 431 130 36
Binary 1100101 1001 10001111 11101 1011110 0 101100 100011001 1011000 11110

Color Harmonies of #65098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65098F

Black with #65098F

Text Example


Text Example

White with #65098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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