Html Css Color HEX #630198 Indigo

📋 copy color: '#630198'

red 99 ◦ green 1 ◦ blue 152

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

Shades of Indigo #630198

Tints of Indigo #630198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 39.29%
G = 0.4%
B = 60.32%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#630198 (or 0x630198) is known color: Indigo. HEX triplet: 63, 01 and 98. RGB value is (99,1,152). Sum of RGB (Red+Green+Blue) = 99+1+152=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #630198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630198 is #9CFE67. Grayscale: #2F2F2F. Windows color (decimal): -10288744 or 9961827. OLE color: 9961827.

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

Color convert

RGB 99 1 152 -
CMYK 0.35 0.99 0 0.40
HSL 278.94º 0.99% 0.3% -
HSV(B) 278.94º 0.99% 0.6% -
XYZ 10.82 4.94 30.09 -
YUV 47.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 99 1 152 0.35 0.99 0 0.40 278.94 0.99 0.3
Hex 63 1 98 23 63 0 28 117 63 1E
Octal 143 1 230 43 143 0 50 427 143 36
Binary 1100011 1 10011000 100011 1100011 0 101000 100010111 1100011 11110

Color Harmonies of #630198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630198

Black with #630198

Text Example


Text Example

White with #630198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630198; }

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

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

background-color css

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

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

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

border-color css

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

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

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