Html Css Color HEX #650CFF Electric Indigo

📋 copy color: '#650CFF'

red 101 ◦ green 12 ◦ blue 255

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

Shades of Electric Indigo #650CFF

Tints of Electric Indigo #650CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.26%

 BLUE value IS 255 (100% from 255) = 69.29%

R = 27.45%
G = 3.26%
B = 69.29%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#650CFF (or 0x650CFF) is known color: Electric Indigo. HEX triplet: 65, 0C and FF. RGB value is (101,12,255). Sum of RGB (Red+Green+Blue) = 101+12+255=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #650CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650CFF is #9AF300. Grayscale: #414141. Windows color (decimal): -10154753 or 16714853. OLE color: 16714853.

HSL color Cylindrical-coordinate representation of color #650CFF: hue angle of 261.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650CFF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 101 12 255 -
CMYK 0.60 0.95 0 0
HSL 261.98º 1% 0.52% -
HSV(B) 261.98º 0.95% 1% -
XYZ 23.55 10.25 95.34 -
YUV 66.31 234.49 152.74 -
System Red Green Blue C M Y K H S L
Decimal 101 12 255 0.60 0.95 0 0 261.98 1 0.52
Hex 65 C FF 3C 5F 0 0 106 64 34
Octal 145 14 377 74 137 0 0 406 144 64
Binary 1100101 1100 11111111 111100 1011111 0 0 100000110 1100100 110100

Color Harmonies of #650CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CFF

Black with #650CFF

Text Example


Text Example

White with #650CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650CFF; }

 p { color: rgb(101,12,255); }

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

background-color css

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

 a { background-color: rgb(101,12,255); }

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

border-color css

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

 span { border-color: rgb(101,12,255); }

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