Html Css Color HEX #630A98 Indigo

📋 copy color: '#630A98'

red 99 ◦ green 10 ◦ blue 152

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

Shades of Indigo #630A98

Tints of Indigo #630A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.83%

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

R = 37.93%
G = 3.83%
B = 58.24%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#630A98 (or 0x630A98) is known color: Indigo. HEX triplet: 63, 0A and 98. RGB value is (99,10,152). Sum of RGB (Red+Green+Blue) = 99+10+152=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #630A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630A98 is #9CF567. Grayscale: #343434. Windows color (decimal): -10286440 or 9964131. OLE color: 9964131.

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

Color convert

RGB 99 10 152 -
CMYK 0.35 0.93 0 0.40
HSL 277.61º 0.88% 0.32% -
HSV(B) 277.61º 0.93% 0.6% -
XYZ 10.92 5.14 30.12 -
YUV 52.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 99 10 152 0.35 0.93 0 0.40 277.61 0.88 0.32
Hex 63 A 98 23 5D 0 28 116 58 20
Octal 143 12 230 43 135 0 50 426 130 40
Binary 1100011 1010 10011000 100011 1011101 0 101000 100010110 1011000 100000

Color Harmonies of #630A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A98

Black with #630A98

Text Example


Text Example

White with #630A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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