Html Css Color HEX #65089F Indigo

📋 copy color: '#65089F'

red 101 ◦ green 8 ◦ blue 159

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

Shades of Indigo #65089F

Tints of Indigo #65089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 37.69%
G = 2.99%
B = 59.33%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65089F (or 0x65089F) is known color: Indigo. HEX triplet: 65, 08 and 9F. RGB value is (101,8,159). Sum of RGB (Red+Green+Blue) = 101+8+159=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #65089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65089F is #9AF760. Grayscale: #343434. Windows color (decimal): -10155873 or 10422373. OLE color: 10422373.

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

Color convert

RGB 101 8 159 -
CMYK 0.36 0.95 0 0.38
HSL 276.95º 0.9% 0.33% -
HSV(B) 276.95º 0.95% 0.62% -
XYZ 11.71 5.44 33.23 -
YUV 53.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 101 8 159 0.36 0.95 0 0.38 276.95 0.9 0.33
Hex 65 8 9F 24 5F 0 26 115 5A 21
Octal 145 10 237 44 137 0 46 425 132 41
Binary 1100101 1000 10011111 100100 1011111 0 100110 100010101 1011010 100001

Color Harmonies of #65089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65089F

Black with #65089F

Text Example


Text Example

White with #65089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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