Html Css Color HEX #65088D Indigo

📋 copy color: '#65088D'

red 101 ◦ green 8 ◦ blue 141

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

Shades of Indigo #65088D

Tints of Indigo #65088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 40.4%
G = 3.2%
B = 56.4%

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

#65088D (or 0x65088D) is known color: Indigo. HEX triplet: 65, 08 and 8D. RGB value is (101,8,141). Sum of RGB (Red+Green+Blue) = 101+8+141=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #65088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65088D is #9AF772. Grayscale: #323232. Windows color (decimal): -10155891 or 9242725. OLE color: 9242725.

HSL color Cylindrical-coordinate representation of color #65088D: hue angle of 281.95º 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 #65088D is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 8 141 -
CMYK 0.28 0.94 0 0.45
HSL 281.95º 0.89% 0.29% -
HSV(B) 281.95º 0.94% 0.55% -
XYZ 10.26 4.86 25.6 -
YUV 50.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 101 8 141 0.28 0.94 0 0.45 281.95 0.89 0.29
Hex 65 8 8D 1C 5E 0 2D 11A 59 1D
Octal 145 10 215 34 136 0 55 432 131 35
Binary 1100101 1000 10001101 11100 1011110 0 101101 100011010 1011001 11101

Color Harmonies of #65088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65088D

Black with #65088D

Text Example


Text Example

White with #65088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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