Html Css Color HEX #650288 Indigo

📋 copy color: '#650288'

red 101 ◦ green 2 ◦ blue 136

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

Shades of Indigo #650288

Tints of Indigo #650288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 42.26%
G = 0.84%
B = 56.9%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#650288 (or 0x650288) is known color: Indigo. HEX triplet: 65, 02 and 88. RGB value is (101,2,136). Sum of RGB (Red+Green+Blue) = 101+2+136=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #650288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650288 is #9AFD77. Grayscale: #2E2E2E. Windows color (decimal): -10157432 or 8913509. OLE color: 8913509.

HSL color Cylindrical-coordinate representation of color #650288: hue angle of 284.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650288 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 2 136 -
CMYK 0.26 0.99 0 0.47
HSL 284.33º 0.97% 0.27% -
HSV(B) 284.33º 0.99% 0.53% -
XYZ 9.83 4.59 23.66 -
YUV 46.88 178.3 166.6 -
System Red Green Blue C M Y K H S L
Decimal 101 2 136 0.26 0.99 0 0.47 284.33 0.97 0.27
Hex 65 2 88 1A 63 0 2F 11C 61 1B
Octal 145 2 210 32 143 0 57 434 141 33
Binary 1100101 10 10001000 11010 1100011 0 101111 100011100 1100001 11011

Color Harmonies of #650288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650288

Black with #650288

Text Example


Text Example

White with #650288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650288; }

 p { color: rgb(101,2,136); }

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

background-color css

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

 a { background-color: rgb(101,2,136); }

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

border-color css

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

 span { border-color: rgb(101,2,136); }

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