Html Css Color HEX #65088B Indigo

📋 copy color: '#65088B'

red 101 ◦ green 8 ◦ blue 139

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

Shades of Indigo #65088B

Tints of Indigo #65088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 40.73%
G = 3.23%
B = 56.05%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65088B (or 0x65088B) is known color: Indigo. HEX triplet: 65, 08 and 8B. RGB value is (101,8,139). Sum of RGB (Red+Green+Blue) = 101+8+139=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #65088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65088B is #9AF774. Grayscale: #323232. Windows color (decimal): -10155893 or 9111653. OLE color: 9111653.

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

Color convert

RGB 101 8 139 -
CMYK 0.27 0.94 0 0.45
HSL 282.6º 0.89% 0.29% -
HSV(B) 282.6º 0.94% 0.55% -
XYZ 10.11 4.8 24.82 -
YUV 50.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 101 8 139 0.27 0.94 0 0.45 282.6 0.89 0.29
Hex 65 8 8B 1B 5E 0 2D 11B 59 1D
Octal 145 10 213 33 136 0 55 433 131 35
Binary 1100101 1000 10001011 11011 1011110 0 101101 100011011 1011001 11101

Color Harmonies of #65088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65088B

Black with #65088B

Text Example


Text Example

White with #65088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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