Html Css Color HEX #630993 Indigo

📋 copy color: '#630993'

red 99 ◦ green 9 ◦ blue 147

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

Shades of Indigo #630993

Tints of Indigo #630993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 38.82%
G = 3.53%
B = 57.65%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#630993 (or 0x630993) is known color: Indigo. HEX triplet: 63, 09 and 93. RGB value is (99,9,147). Sum of RGB (Red+Green+Blue) = 99+9+147=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #630993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630993 is #9CF66C. Grayscale: #333333. Windows color (decimal): -10286701 or 9636195. OLE color: 9636195.

HSL color Cylindrical-coordinate representation of color #630993: hue angle of 279.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630993 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 9 147 -
CMYK 0.33 0.94 0 0.42
HSL 279.13º 0.88% 0.31% -
HSV(B) 279.13º 0.94% 0.58% -
XYZ 10.51 4.95 28.01 -
YUV 51.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 99 9 147 0.33 0.94 0 0.42 279.13 0.88 0.31
Hex 63 9 93 21 5E 0 2A 117 58 1F
Octal 143 11 223 41 136 0 52 427 130 37
Binary 1100011 1001 10010011 100001 1011110 0 101010 100010111 1011000 11111

Color Harmonies of #630993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630993

Black with #630993

Text Example


Text Example

White with #630993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630993; }

 p { color: rgb(99,9,147); }

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

background-color css

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

 a { background-color: rgb(99,9,147); }

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

border-color css

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

 span { border-color: rgb(99,9,147); }

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