Html Css Color HEX #630AFF Electric Indigo

📋 copy color: '#630AFF'

red 99 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #630AFF

Tints of Electric Indigo #630AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.05%

R = 27.2%
G = 2.75%
B = 70.05%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#630AFF (or 0x630AFF) is known color: Electric Indigo. HEX triplet: 63, 0A and FF. RGB value is (99,10,255). Sum of RGB (Red+Green+Blue) = 99+10+255=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #630AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630AFF is #9CF500. Grayscale: #3F3F3F. Windows color (decimal): -10286337 or 16714339. OLE color: 16714339.

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

Color convert

RGB 99 10 255 -
CMYK 0.61 0.96 0 0
HSL 261.8º 1% 0.52% -
HSV(B) 261.8º 0.96% 1% -
XYZ 23.3 10.09 95.33 -
YUV 64.54 235.49 152.58 -
System Red Green Blue C M Y K H S L
Decimal 99 10 255 0.61 0.96 0 0 261.8 1 0.52
Hex 63 A FF 3D 60 0 0 106 64 34
Octal 143 12 377 75 140 0 0 406 144 64
Binary 1100011 1010 11111111 111101 1100000 0 0 100000110 1100100 110100

Color Harmonies of #630AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AFF

Black with #630AFF

Text Example


Text Example

White with #630AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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