Html Css Color HEX #630FFB Electric Indigo

📋 copy color: '#630FFB'

red 99 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #630FFB

Tints of Electric Indigo #630FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.77%

R = 27.12%
G = 4.11%
B = 68.77%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#630FFB (or 0x630FFB) is known color: Electric Indigo. HEX triplet: 63, 0F and FB. RGB value is (99,15,251). Sum of RGB (Red+Green+Blue) = 99+15+251=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #630FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FFB is #9CF004. Grayscale: #424242. Windows color (decimal): -10285061 or 16453475. OLE color: 16453475.

HSL color Cylindrical-coordinate representation of color #630FFB: hue angle of 261.36º degrees, saturation: 0.97, 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 #630FFB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 15 251 -
CMYK 0.61 0.94 0 0.02
HSL 261.36º 0.97% 0.52% -
HSV(B) 261.36º 0.94% 0.98% -
XYZ 22.73 9.96 91.99 -
YUV 67.02 231.83 150.81 -
System Red Green Blue C M Y K H S L
Decimal 99 15 251 0.61 0.94 0 0.02 261.36 0.97 0.52
Hex 63 F FB 3D 5E 0 2 105 61 34
Octal 143 17 373 75 136 0 2 405 141 64
Binary 1100011 1111 11111011 111101 1011110 0 10 100000101 1100001 110100

Color Harmonies of #630FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FFB

Black with #630FFB

Text Example


Text Example

White with #630FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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