Html Css Color HEX #630BFF Electric Indigo

📋 copy color: '#630BFF'

red 99 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #630BFF

Tints of Electric Indigo #630BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

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

R = 27.12%
G = 3.01%
B = 69.86%

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

#630BFF (or 0x630BFF) is known color: Electric Indigo. HEX triplet: 63, 0B and FF. RGB value is (99,11,255). Sum of RGB (Red+Green+Blue) = 99+11+255=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #630BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630BFF is #9CF400. Grayscale: #404040. Windows color (decimal): -10286081 or 16714595. OLE color: 16714595.

HSL color Cylindrical-coordinate representation of color #630BFF: hue angle of 261.64º 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 #630BFF is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 11 255 -
CMYK 0.61 0.96 0 0
HSL 261.64º 1% 0.52% -
HSV(B) 261.64º 0.96% 1% -
XYZ 23.32 10.11 95.33 -
YUV 65.13 235.15 152.16 -
System Red Green Blue C M Y K H S L
Decimal 99 11 255 0.61 0.96 0 0 261.64 1 0.52
Hex 63 B FF 3D 60 0 0 106 64 34
Octal 143 13 377 75 140 0 0 406 144 64
Binary 1100011 1011 11111111 111101 1100000 0 0 100000110 1100100 110100

Color Harmonies of #630BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BFF

Black with #630BFF

Text Example


Text Example

White with #630BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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