Html Css Color HEX #650CFA Electric Indigo

📋 copy color: '#650CFA'

red 101 ◦ green 12 ◦ blue 250

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

Shades of Electric Indigo #650CFA

Tints of Electric Indigo #650CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 27.82%
G = 3.31%
B = 68.87%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#650CFA (or 0x650CFA) is known color: Electric Indigo. HEX triplet: 65, 0C and FA. RGB value is (101,12,250). Sum of RGB (Red+Green+Blue) = 101+12+250=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #650CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650CFA is #9AF305. Grayscale: #404040. Windows color (decimal): -10154758 or 16387173. OLE color: 16387173.

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

Color convert

RGB 101 12 250 -
CMYK 0.60 0.95 0 0.02
HSL 262.44º 0.96% 0.51% -
HSV(B) 262.44º 0.95% 0.98% -
XYZ 22.75 9.93 91.16 -
YUV 65.74 231.99 153.15 -
System Red Green Blue C M Y K H S L
Decimal 101 12 250 0.60 0.95 0 0.02 262.44 0.96 0.51
Hex 65 C FA 3C 5F 0 2 106 60 33
Octal 145 14 372 74 137 0 2 406 140 63
Binary 1100101 1100 11111010 111100 1011111 0 10 100000110 1100000 110011

Color Harmonies of #650CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CFA

Black with #650CFA

Text Example


Text Example

White with #650CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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