Html Css Color HEX #650CDE Electric Indigo

📋 copy color: '#650CDE'

red 101 ◦ green 12 ◦ blue 222

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

Shades of Electric Indigo #650CDE

Tints of Electric Indigo #650CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.27%

R = 30.15%
G = 3.58%
B = 66.27%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#650CDE (or 0x650CDE) is known color: Electric Indigo. HEX triplet: 65, 0C and DE. RGB value is (101,12,222). Sum of RGB (Red+Green+Blue) = 101+12+222=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #650CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CDE is #9AF321. Grayscale: #3D3D3D. Windows color (decimal): -10154786 or 14552165. OLE color: 14552165.

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

Color convert

RGB 101 12 222 -
CMYK 0.55 0.95 0 0.13
HSL 265.43º 0.9% 0.46% -
HSV(B) 265.43º 0.95% 0.87% -
XYZ 18.68 8.3 69.73 -
YUV 62.55 217.99 155.42 -
System Red Green Blue C M Y K H S L
Decimal 101 12 222 0.55 0.95 0 0.13 265.43 0.9 0.46
Hex 65 C DE 37 5F 0 D 109 5A 2E
Octal 145 14 336 67 137 0 15 411 132 56
Binary 1100101 1100 11011110 110111 1011111 0 1101 100001001 1011010 101110

Color Harmonies of #650CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CDE

Black with #650CDE

Text Example


Text Example

White with #650CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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