Html Css Color HEX #610BDF Electric Indigo

📋 copy color: '#610BDF'

red 97 ◦ green 11 ◦ blue 223

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

Shades of Electric Indigo #610BDF

Tints of Electric Indigo #610BDF

RGB

 RED value IS 97 (38.28% from 255) = 29.31%

 GREEN value IS 11 (4.69% from 255) = 3.32%

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 29.31%
G = 3.32%
B = 67.37%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#610BDF (or 0x610BDF) is known color: Electric Indigo. HEX triplet: 61, 0B and DF. RGB value is (97,11,223). Sum of RGB (Red+Green+Blue) = 97+11+223=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #610BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BDF is #9EF420. Grayscale: #3C3C3C. Windows color (decimal): -10417185 or 14617441. OLE color: 14617441.

HSL color Cylindrical-coordinate representation of color #610BDF: hue angle of 264.34º degrees, saturation: 0.91, 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 #610BDF is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 11 223 -
CMYK 0.57 0.95 0 0.13
HSL 264.34º 0.91% 0.46% -
HSV(B) 264.34º 0.95% 0.87% -
XYZ 18.37 8.11 70.41 -
YUV 60.88 219.49 153.76 -
System Red Green Blue C M Y K H S L
Decimal 97 11 223 0.57 0.95 0 0.13 264.34 0.91 0.46
Hex 61 B DF 39 5F 0 D 108 5B 2E
Octal 141 13 337 71 137 0 15 410 133 56
Binary 1100001 1011 11011111 111001 1011111 0 1101 100001000 1011011 101110

Color Harmonies of #610BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BDF

Black with #610BDF

Text Example


Text Example

White with #610BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610BDF; }

 p { color: rgb(97,11,223); }

 H1.HeaderClassName
 {
   color: #610BDF;
 }
 .AnyTagClassName
 {
   color: #610BDF;
 }
</style>

background-color css

<style>
 a { background-color: #610BDF; }

 a { background-color: rgb(97,11,223); }

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

border-color css

<style>
 span { border-color: #610BDF; }

 span { border-color: rgb(97,11,223); }

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