Html Css Color HEX #65088C Indigo

📋 copy color: '#65088C'

red 101 ◦ green 8 ◦ blue 140

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

Shades of Indigo #65088C

Tints of Indigo #65088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.22%

R = 40.56%
G = 3.21%
B = 56.22%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65088C (or 0x65088C) is known color: Indigo. HEX triplet: 65, 08 and 8C. RGB value is (101,8,140). Sum of RGB (Red+Green+Blue) = 101+8+140=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #65088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65088C is #9AF773. Grayscale: #323232. Windows color (decimal): -10155892 or 9177189. OLE color: 9177189.

HSL color Cylindrical-coordinate representation of color #65088C: hue angle of 282.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65088C is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 8 140 -
CMYK 0.28 0.94 0 0.45
HSL 282.27º 0.89% 0.29% -
HSV(B) 282.27º 0.94% 0.55% -
XYZ 10.19 4.83 25.21 -
YUV 50.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 101 8 140 0.28 0.94 0 0.45 282.27 0.89 0.29
Hex 65 8 8C 1C 5E 0 2D 11A 59 1D
Octal 145 10 214 34 136 0 55 432 131 35
Binary 1100101 1000 10001100 11100 1011110 0 101101 100011010 1011001 11101

Color Harmonies of #65088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65088C

Black with #65088C

Text Example


Text Example

White with #65088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65088C; }

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

 H1.HeaderClassName
 {
   color: #65088C;
 }
 .AnyTagClassName
 {
   color: #65088C;
 }
</style>

background-color css

<style>
 a { background-color: #65088C; }

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

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

border-color css

<style>
 span { border-color: #65088C; }

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

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