Html Css Color HEX #6201DA Electric Indigo

📋 copy color: '#6201DA'

red 98 ◦ green 1 ◦ blue 218

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

Shades of Electric Indigo #6201DA

Tints of Electric Indigo #6201DA

RGB

 RED value IS 98 (38.67% from 255) = 30.91%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 30.91%
G = 0.32%
B = 68.77%

CMYK

 C value IS 0.55

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6201DA (or 0x6201DA) is known color: Electric Indigo. HEX triplet: 62, 01 and DA. RGB value is (98,1,218). Sum of RGB (Red+Green+Blue) = 98+1+218=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #6201DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201DA is #9DFE25. Grayscale: #353535. Windows color (decimal): -10354214 or 14287202. OLE color: 14287202.

HSL color Cylindrical-coordinate representation of color #6201DA: hue angle of 266.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6201DA is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 1 218 -
CMYK 0.55 1.00 0 0.15
HSL 266.82º 0.99% 0.43% -
HSV(B) 266.82º 1% 0.85% -
XYZ 17.7 7.68 66.88 -
YUV 54.74 220.14 158.86 -
System Red Green Blue C M Y K H S L
Decimal 98 1 218 0.55 1.00 0 0.15 266.82 0.99 0.43
Hex 62 1 DA 37 64 0 F 10B 63 2B
Octal 142 1 332 67 144 0 17 413 143 53
Binary 1100010 1 11011010 110111 1100100 0 1111 100001011 1100011 101011

Color Harmonies of #6201DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6201DA

Black with #6201DA

Text Example


Text Example

White with #6201DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6201DA; }

 p { color: rgb(98,1,218); }

 H1.HeaderClassName
 {
   color: #6201DA;
 }
 .AnyTagClassName
 {
   color: #6201DA;
 }
</style>

background-color css

<style>
 a { background-color: #6201DA; }

 a { background-color: rgb(98,1,218); }

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

border-color css

<style>
 span { border-color: #6201DA; }

 span { border-color: rgb(98,1,218); }

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