Html Css Color HEX #650CDD Electric Indigo

📋 copy color: '#650CDD'

red 101 ◦ green 12 ◦ blue 221

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

Shades of Electric Indigo #650CDD

Tints of Electric Indigo #650CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 30.24%
G = 3.59%
B = 66.17%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#650CDD (or 0x650CDD) is known color: Electric Indigo. HEX triplet: 65, 0C and DD. RGB value is (101,12,221). Sum of RGB (Red+Green+Blue) = 101+12+221=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #650CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CDD is #9AF322. Grayscale: #3D3D3D. Windows color (decimal): -10154787 or 14486629. OLE color: 14486629.

HSL color Cylindrical-coordinate representation of color #650CDD: hue angle of 265.55º 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 #650CDD is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 12 221 -
CMYK 0.54 0.95 0 0.13
HSL 265.55º 0.9% 0.46% -
HSV(B) 265.55º 0.95% 0.87% -
XYZ 18.55 8.25 69.02 -
YUV 62.44 217.49 155.51 -
System Red Green Blue C M Y K H S L
Decimal 101 12 221 0.54 0.95 0 0.13 265.55 0.9 0.46
Hex 65 C DD 36 5F 0 D 10A 5A 2E
Octal 145 14 335 66 137 0 15 412 132 56
Binary 1100101 1100 11011101 110110 1011111 0 1101 100001010 1011010 101110

Color Harmonies of #650CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CDD

Black with #650CDD

Text Example


Text Example

White with #650CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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