Html Css Color HEX #630998 Indigo

📋 copy color: '#630998'

red 99 ◦ green 9 ◦ blue 152

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

Shades of Indigo #630998

Tints of Indigo #630998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 58.46%

R = 38.08%
G = 3.46%
B = 58.46%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#630998 (or 0x630998) is known color: Indigo. HEX triplet: 63, 09 and 98. RGB value is (99,9,152). Sum of RGB (Red+Green+Blue) = 99+9+152=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #630998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630998 is #9CF667. Grayscale: #333333. Windows color (decimal): -10286696 or 9963875. OLE color: 9963875.

HSL color Cylindrical-coordinate representation of color #630998: hue angle of 277.76º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630998 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 9 152 -
CMYK 0.35 0.94 0 0.40
HSL 277.76º 0.89% 0.32% -
HSV(B) 277.76º 0.94% 0.6% -
XYZ 10.91 5.12 30.12 -
YUV 52.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 99 9 152 0.35 0.94 0 0.40 277.76 0.89 0.32
Hex 63 9 98 23 5E 0 28 116 59 20
Octal 143 11 230 43 136 0 50 426 131 40
Binary 1100011 1001 10011000 100011 1011110 0 101000 100010110 1011001 100000

Color Harmonies of #630998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630998

Black with #630998

Text Example


Text Example

White with #630998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630998; }

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

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

background-color css

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

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

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

border-color css

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

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

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