Html Css Color HEX #630997 Indigo

📋 copy color: '#630997'

red 99 ◦ green 9 ◦ blue 151

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

Shades of Indigo #630997

Tints of Indigo #630997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.3%

R = 38.22%
G = 3.47%
B = 58.3%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630997 (or 0x630997) is known color: Indigo. HEX triplet: 63, 09 and 97. RGB value is (99,9,151). Sum of RGB (Red+Green+Blue) = 99+9+151=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #630997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630997 is #9CF668. Grayscale: #333333. Windows color (decimal): -10286697 or 9898339. OLE color: 9898339.

HSL color Cylindrical-coordinate representation of color #630997: hue angle of 278.03º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630997 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 9 151 -
CMYK 0.34 0.94 0 0.41
HSL 278.03º 0.89% 0.31% -
HSV(B) 278.03º 0.94% 0.59% -
XYZ 10.83 5.08 29.69 -
YUV 52.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 99 9 151 0.34 0.94 0 0.41 278.03 0.89 0.31
Hex 63 9 97 22 5E 0 29 116 59 1F
Octal 143 11 227 42 136 0 51 426 131 37
Binary 1100011 1001 10010111 100010 1011110 0 101001 100010110 1011001 11111

Color Harmonies of #630997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630997

Black with #630997

Text Example


Text Example

White with #630997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630997; }

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

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

background-color css

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

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

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

border-color css

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

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

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