Html Css Color HEX #630FF3 Electric Indigo

📋 copy color: '#630FF3'

red 99 ◦ green 15 ◦ blue 243

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

Shades of Electric Indigo #630FF3

Tints of Electric Indigo #630FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.07%

R = 27.73%
G = 4.2%
B = 68.07%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#630FF3 (or 0x630FF3) is known color: Electric Indigo. HEX triplet: 63, 0F and F3. RGB value is (99,15,243). Sum of RGB (Red+Green+Blue) = 99+15+243=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 243 (95.31% from 255 or 68.07% from 357); Max value from RGB is 243 - color contains mainly: blue. Hex color #630FF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FF3 is #9CF00C. Grayscale: #414141. Windows color (decimal): -10285069 or 15929187. OLE color: 15929187.

HSL color Cylindrical-coordinate representation of color #630FF3: hue angle of 262.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FF3 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 15 243 -
CMYK 0.59 0.94 0 0.05
HSL 262.11º 0.9% 0.51% -
HSV(B) 262.11º 0.94% 0.95% -
XYZ 21.49 9.47 85.49 -
YUV 66.11 227.83 151.46 -
System Red Green Blue C M Y K H S L
Decimal 99 15 243 0.59 0.94 0 0.05 262.11 0.9 0.51
Hex 63 F F3 3B 5E 0 5 106 5A 33
Octal 143 17 363 73 136 0 5 406 132 63
Binary 1100011 1111 11110011 111011 1011110 0 101 100000110 1011010 110011

Color Harmonies of #630FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FF3

Black with #630FF3

Text Example


Text Example

White with #630FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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