Html Css Color HEX #630FF5 Electric Indigo

📋 copy color: '#630FF5'

red 99 ◦ green 15 ◦ blue 245

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

Shades of Electric Indigo #630FF5

Tints of Electric Indigo #630FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 68.25%

R = 27.58%
G = 4.18%
B = 68.25%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#630FF5 (or 0x630FF5) is known color: Electric Indigo. HEX triplet: 63, 0F and F5. RGB value is (99,15,245). Sum of RGB (Red+Green+Blue) = 99+15+245=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 245 (96.09% from 255 or 68.25% from 359); Max value from RGB is 245 - color contains mainly: blue. Hex color #630FF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #630FF5 is #9CF00A. Grayscale: #414141. Windows color (decimal): -10285067 or 16060259. OLE color: 16060259.

HSL color Cylindrical-coordinate representation of color #630FF5: hue angle of 261.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630FF5 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 15 245 -
CMYK 0.60 0.94 0 0.04
HSL 261.91º 0.92% 0.51% -
HSV(B) 261.91º 0.94% 0.96% -
XYZ 21.8 9.59 87.09 -
YUV 66.34 228.83 151.3 -
System Red Green Blue C M Y K H S L
Decimal 99 15 245 0.60 0.94 0 0.04 261.91 0.92 0.51
Hex 63 F F5 3C 5E 0 4 106 5C 33
Octal 143 17 365 74 136 0 4 406 134 63
Binary 1100011 1111 11110101 111100 1011110 0 100 100000110 1011100 110011

Color Harmonies of #630FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FF5

Black with #630FF5

Text Example


Text Example

White with #630FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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