Html Css Color HEX #650183 Indigo

📋 copy color: '#650183'

red 101 ◦ green 1 ◦ blue 131

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

Shades of Indigo #650183

Tints of Indigo #650183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 131 (51.56% from 255) = 56.22%

R = 43.35%
G = 0.43%
B = 56.22%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#650183 (or 0x650183) is known color: Indigo. HEX triplet: 65, 01 and 83. RGB value is (101,1,131). Sum of RGB (Red+Green+Blue) = 101+1+131=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #650183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650183 is #9AFE7C. Grayscale: #2D2D2D. Windows color (decimal): -10157693 or 8585573. OLE color: 8585573.

HSL color Cylindrical-coordinate representation of color #650183: hue angle of 286.15º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650183 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 1 131 -
CMYK 0.23 0.99 0 0.49
HSL 286.15º 0.98% 0.26% -
HSV(B) 286.15º 0.99% 0.51% -
XYZ 9.47 4.43 21.83 -
YUV 45.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 101 1 131 0.23 0.99 0 0.49 286.15 0.98 0.26
Hex 65 1 83 17 63 0 31 11E 62 1A
Octal 145 1 203 27 143 0 61 436 142 32
Binary 1100101 1 10000011 10111 1100011 0 110001 100011110 1100010 11010

Color Harmonies of #650183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650183

Black with #650183

Text Example


Text Example

White with #650183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650183; }

 p { color: rgb(101,1,131); }

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

background-color css

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

 a { background-color: rgb(101,1,131); }

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

border-color css

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

 span { border-color: rgb(101,1,131); }

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