Html Css Color HEX #650CE0 Electric Indigo

📋 copy color: '#650CE0'

red 101 ◦ green 12 ◦ blue 224

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

Shades of Electric Indigo #650CE0

Tints of Electric Indigo #650CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.47%

R = 29.97%
G = 3.56%
B = 66.47%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#650CE0 (or 0x650CE0) is known color: Electric Indigo. HEX triplet: 65, 0C and E0. RGB value is (101,12,224). Sum of RGB (Red+Green+Blue) = 101+12+224=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #650CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CE0 is #9AF31F. Grayscale: #3E3E3E. Windows color (decimal): -10154784 or 14683237. OLE color: 14683237.

HSL color Cylindrical-coordinate representation of color #650CE0: hue angle of 265.19º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650CE0 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 12 224 -
CMYK 0.55 0.95 0 0.12
HSL 265.19º 0.9% 0.46% -
HSV(B) 265.19º 0.95% 0.88% -
XYZ 18.95 8.41 71.15 -
YUV 62.78 218.99 155.26 -
System Red Green Blue C M Y K H S L
Decimal 101 12 224 0.55 0.95 0 0.12 265.19 0.9 0.46
Hex 65 C E0 37 5F 0 C 109 5A 2E
Octal 145 14 340 67 137 0 14 411 132 56
Binary 1100101 1100 11100000 110111 1011111 0 1100 100001001 1011010 101110

Color Harmonies of #650CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CE0

Black with #650CE0

Text Example


Text Example

White with #650CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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