Html Css Color HEX #630FF0 Electric Indigo

📋 copy color: '#630FF0'

red 99 ◦ green 15 ◦ blue 240

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

Shades of Electric Indigo #630FF0

Tints of Electric Indigo #630FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.8%

R = 27.97%
G = 4.24%
B = 67.8%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#630FF0 (or 0x630FF0) is known color: Electric Indigo. HEX triplet: 63, 0F and F0. RGB value is (99,15,240). Sum of RGB (Red+Green+Blue) = 99+15+240=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #630FF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FF0 is #9CF00F. Grayscale: #404040. Windows color (decimal): -10285072 or 15732579. OLE color: 15732579.

HSL color Cylindrical-coordinate representation of color #630FF0: hue angle of 262.4º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FF0 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 15 240 -
CMYK 0.59 0.94 0 0.06
HSL 262.4º 0.88% 0.5% -
HSV(B) 262.4º 0.94% 0.94% -
XYZ 21.04 9.29 83.12 -
YUV 65.77 226.33 151.7 -
System Red Green Blue C M Y K H S L
Decimal 99 15 240 0.59 0.94 0 0.06 262.4 0.88 0.5
Hex 63 F F0 3B 5E 0 6 106 58 32
Octal 143 17 360 73 136 0 6 406 130 62
Binary 1100011 1111 11110000 111011 1011110 0 110 100000110 1011000 110010

Color Harmonies of #630FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FF0

Black with #630FF0

Text Example


Text Example

White with #630FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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