Html Css Color HEX #630497 Indigo

📋 copy color: '#630497'

red 99 ◦ green 4 ◦ blue 151

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

Shades of Indigo #630497

Tints of Indigo #630497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 38.98%
G = 1.57%
B = 59.45%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630497 (or 0x630497) is known color: Indigo. HEX triplet: 63, 04 and 97. RGB value is (99,4,151). Sum of RGB (Red+Green+Blue) = 99+4+151=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #630497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630497 is #9CFB68. Grayscale: #303030. Windows color (decimal): -10287977 or 9897059. OLE color: 9897059.

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

Color convert

RGB 99 4 151 -
CMYK 0.34 0.97 0 0.41
HSL 278.78º 0.95% 0.3% -
HSV(B) 278.78º 0.97% 0.59% -
XYZ 10.77 4.97 29.67 -
YUV 49.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 99 4 151 0.34 0.97 0 0.41 278.78 0.95 0.3
Hex 63 4 97 22 61 0 29 117 5F 1E
Octal 143 4 227 42 141 0 51 427 137 36
Binary 1100011 100 10010111 100010 1100001 0 101001 100010111 1011111 11110

Color Harmonies of #630497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630497

Black with #630497

Text Example


Text Example

White with #630497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630497; }

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

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

background-color css

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

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

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

border-color css

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

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

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