Html Css Color HEX #630AFB Electric Indigo

📋 copy color: '#630AFB'

red 99 ◦ green 10 ◦ blue 251

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

Shades of Electric Indigo #630AFB

Tints of Electric Indigo #630AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

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

R = 27.5%
G = 2.78%
B = 69.72%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#630AFB (or 0x630AFB) is known color: Electric Indigo. HEX triplet: 63, 0A and FB. RGB value is (99,10,251). Sum of RGB (Red+Green+Blue) = 99+10+251=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #630AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630AFB is #9CF504. Grayscale: #3F3F3F. Windows color (decimal): -10286341 or 16452195. OLE color: 16452195.

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

Color convert

RGB 99 10 251 -
CMYK 0.61 0.96 0 0.02
HSL 262.16º 0.97% 0.51% -
HSV(B) 262.16º 0.96% 0.98% -
XYZ 22.67 9.83 91.97 -
YUV 64.09 233.49 152.9 -
System Red Green Blue C M Y K H S L
Decimal 99 10 251 0.61 0.96 0 0.02 262.16 0.97 0.51
Hex 63 A FB 3D 60 0 2 106 61 33
Octal 143 12 373 75 140 0 2 406 141 63
Binary 1100011 1010 11111011 111101 1100000 0 10 100000110 1100001 110011

Color Harmonies of #630AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AFB

Black with #630AFB

Text Example


Text Example

White with #630AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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