Html Css Color HEX #630CDA Electric Indigo

📋 copy color: '#630CDA'

red 99 ◦ green 12 ◦ blue 218

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

Shades of Electric Indigo #630CDA

Tints of Electric Indigo #630CDA

RGB

 RED value IS 99 (39.06% from 255) = 30.09%

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

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

R = 30.09%
G = 3.65%
B = 66.26%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#630CDA (or 0x630CDA) is known color: Electric Indigo. HEX triplet: 63, 0C and DA. RGB value is (99,12,218). Sum of RGB (Red+Green+Blue) = 99+12+218=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #630CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CDA is #9CF325. Grayscale: #3C3C3C. Windows color (decimal): -10285862 or 14290019. OLE color: 14290019.

HSL color Cylindrical-coordinate representation of color #630CDA: hue angle of 265.34º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CDA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 12 218 -
CMYK 0.55 0.94 0 0.15
HSL 265.34º 0.9% 0.45% -
HSV(B) 265.34º 0.94% 0.85% -
XYZ 17.93 7.98 66.92 -
YUV 61.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 99 12 218 0.55 0.94 0 0.15 265.34 0.9 0.45
Hex 63 C DA 37 5E 0 F 109 5A 2D
Octal 143 14 332 67 136 0 17 411 132 55
Binary 1100011 1100 11011010 110111 1011110 0 1111 100001001 1011010 101101

Color Harmonies of #630CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CDA

Black with #630CDA

Text Example


Text Example

White with #630CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630CDA; }

 p { color: rgb(99,12,218); }

 H1.HeaderClassName
 {
   color: #630CDA;
 }
 .AnyTagClassName
 {
   color: #630CDA;
 }
</style>

background-color css

<style>
 a { background-color: #630CDA; }

 a { background-color: rgb(99,12,218); }

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

border-color css

<style>
 span { border-color: #630CDA; }

 span { border-color: rgb(99,12,218); }

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