Html Css Color HEX #651085 Indigo

📋 copy color: '#651085'

red 101 ◦ green 16 ◦ blue 133

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

Shades of Indigo #651085

Tints of Indigo #651085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 40.4%
G = 6.4%
B = 53.2%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651085 (or 0x651085) is known color: Indigo. HEX triplet: 65, 10 and 85. RGB value is (101,16,133). Sum of RGB (Red+Green+Blue) = 101+16+133=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #651085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651085 is #9AEF7A. Grayscale: #363636. Windows color (decimal): -10153851 or 8720485. OLE color: 8720485.

HSL color Cylindrical-coordinate representation of color #651085: hue angle of 283.59º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651085 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 16 133 -
CMYK 0.24 0.88 0 0.48
HSL 283.59º 0.79% 0.29% -
HSV(B) 283.59º 0.88% 0.52% -
XYZ 9.79 4.83 22.61 -
YUV 54.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 101 16 133 0.24 0.88 0 0.48 283.59 0.79 0.29
Hex 65 10 85 18 58 0 30 11C 4F 1D
Octal 145 20 205 30 130 0 60 434 117 35
Binary 1100101 10000 10000101 11000 1011000 0 110000 100011100 1001111 11101

Color Harmonies of #651085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651085

Black with #651085

Text Example


Text Example

White with #651085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651085; }

 p { color: rgb(101,16,133); }

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

background-color css

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

 a { background-color: rgb(101,16,133); }

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

border-color css

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

 span { border-color: rgb(101,16,133); }

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