Html Css Color HEX #630598 Indigo

📋 copy color: '#630598'

red 99 ◦ green 5 ◦ blue 152

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

Shades of Indigo #630598

Tints of Indigo #630598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 38.67%
G = 1.95%
B = 59.38%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#630598 (or 0x630598) is known color: Indigo. HEX triplet: 63, 05 and 98. RGB value is (99,5,152). Sum of RGB (Red+Green+Blue) = 99+5+152=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #630598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630598 is #9CFA67. Grayscale: #313131. Windows color (decimal): -10287720 or 9962851. OLE color: 9962851.

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

Color convert

RGB 99 5 152 -
CMYK 0.35 0.97 0 0.40
HSL 278.37º 0.94% 0.31% -
HSV(B) 278.37º 0.97% 0.6% -
XYZ 10.87 5.03 30.1 -
YUV 49.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 99 5 152 0.35 0.97 0 0.40 278.37 0.94 0.31
Hex 63 5 98 23 61 0 28 116 5E 1F
Octal 143 5 230 43 141 0 50 426 136 37
Binary 1100011 101 10011000 100011 1100001 0 101000 100010110 1011110 11111

Color Harmonies of #630598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630598

Black with #630598

Text Example


Text Example

White with #630598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630598; }

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

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

background-color css

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

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

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

border-color css

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

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

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