Html Css Color HEX #650CDC Electric Indigo

📋 copy color: '#650CDC'

red 101 ◦ green 12 ◦ blue 220

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

Shades of Electric Indigo #650CDC

Tints of Electric Indigo #650CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 30.33%
G = 3.6%
B = 66.07%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#650CDC (or 0x650CDC) is known color: Electric Indigo. HEX triplet: 65, 0C and DC. RGB value is (101,12,220). Sum of RGB (Red+Green+Blue) = 101+12+220=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #650CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CDC is #9AF323. Grayscale: #3D3D3D. Windows color (decimal): -10154788 or 14421093. OLE color: 14421093.

HSL color Cylindrical-coordinate representation of color #650CDC: hue angle of 265.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650CDC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 12 220 -
CMYK 0.54 0.95 0 0.14
HSL 265.67º 0.9% 0.45% -
HSV(B) 265.67º 0.95% 0.86% -
XYZ 18.42 8.2 68.32 -
YUV 62.32 216.99 155.59 -
System Red Green Blue C M Y K H S L
Decimal 101 12 220 0.54 0.95 0 0.14 265.67 0.9 0.45
Hex 65 C DC 36 5F 0 E 10A 5A 2D
Octal 145 14 334 66 137 0 16 412 132 55
Binary 1100101 1100 11011100 110110 1011111 0 1110 100001010 1011010 101101

Color Harmonies of #650CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CDC

Black with #650CDC

Text Example


Text Example

White with #650CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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