Html Css Color HEX #630DFB Electric Indigo

📋 copy color: '#630DFB'

red 99 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #630DFB

Tints of Electric Indigo #630DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

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

R = 27.27%
G = 3.58%
B = 69.15%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#630DFB (or 0x630DFB) is known color: Electric Indigo. HEX triplet: 63, 0D and FB. RGB value is (99,13,251). Sum of RGB (Red+Green+Blue) = 99+13+251=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #630DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630DFB is #9CF204. Grayscale: #404040. Windows color (decimal): -10285573 or 16452963. OLE color: 16452963.

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

Color convert

RGB 99 13 251 -
CMYK 0.61 0.95 0 0.02
HSL 261.68º 0.97% 0.52% -
HSV(B) 261.68º 0.95% 0.98% -
XYZ 22.7 9.91 91.98 -
YUV 65.85 232.49 151.65 -
System Red Green Blue C M Y K H S L
Decimal 99 13 251 0.61 0.95 0 0.02 261.68 0.97 0.52
Hex 63 D FB 3D 5F 0 2 106 61 34
Octal 143 15 373 75 137 0 2 406 141 64
Binary 1100011 1101 11111011 111101 1011111 0 10 100000110 1100001 110100

Color Harmonies of #630DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630DFB

Black with #630DFB

Text Example


Text Example

White with #630DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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