Html Css Color HEX #630FFA Electric Indigo

📋 copy color: '#630FFA'

red 99 ◦ green 15 ◦ blue 250

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

Shades of Electric Indigo #630FFA

Tints of Electric Indigo #630FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.12%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 27.2%
G = 4.12%
B = 68.68%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#630FFA (or 0x630FFA) is known color: Electric Indigo. HEX triplet: 63, 0F and FA. RGB value is (99,15,250). Sum of RGB (Red+Green+Blue) = 99+15+250=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #630FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FFA is #9CF005. Grayscale: #424242. Windows color (decimal): -10285062 or 16387939. OLE color: 16387939.

HSL color Cylindrical-coordinate representation of color #630FFA: hue angle of 261.45º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FFA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 15 250 -
CMYK 0.60 0.94 0 0.02
HSL 261.45º 0.96% 0.52% -
HSV(B) 261.45º 0.94% 0.98% -
XYZ 22.57 9.9 91.16 -
YUV 66.91 231.33 150.89 -
System Red Green Blue C M Y K H S L
Decimal 99 15 250 0.60 0.94 0 0.02 261.45 0.96 0.52
Hex 63 F FA 3C 5E 0 2 105 60 34
Octal 143 17 372 74 136 0 2 405 140 64
Binary 1100011 1111 11111010 111100 1011110 0 10 100000101 1100000 110100

Color Harmonies of #630FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FFA

Black with #630FFA

Text Example


Text Example

White with #630FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,250); }

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

background-color css

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

 a { background-color: rgb(99,15,250); }

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

border-color css

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

 span { border-color: rgb(99,15,250); }

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