Html Css Color HEX #630396 Indigo

📋 copy color: '#630396'

red 99 ◦ green 3 ◦ blue 150

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

Shades of Indigo #630396

Tints of Indigo #630396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 39.29%
G = 1.19%
B = 59.52%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630396 (or 0x630396) is known color: Indigo. HEX triplet: 63, 03 and 96. RGB value is (99,3,150). Sum of RGB (Red+Green+Blue) = 99+3+150=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #630396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630396 is #9CFC69. Grayscale: #2F2F2F. Windows color (decimal): -10288234 or 9831267. OLE color: 9831267.

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

Color convert

RGB 99 3 150 -
CMYK 0.34 0.98 0 0.41
HSL 279.18º 0.96% 0.3% -
HSV(B) 279.18º 0.98% 0.59% -
XYZ 10.68 4.92 29.24 -
YUV 48.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 99 3 150 0.34 0.98 0 0.41 279.18 0.96 0.3
Hex 63 3 96 22 62 0 29 117 60 1E
Octal 143 3 226 42 142 0 51 427 140 36
Binary 1100011 11 10010110 100010 1100010 0 101001 100010111 1100000 11110

Color Harmonies of #630396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630396

Black with #630396

Text Example


Text Example

White with #630396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630396; }

 p { color: rgb(99,3,150); }

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

background-color css

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

 a { background-color: rgb(99,3,150); }

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

border-color css

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

 span { border-color: rgb(99,3,150); }

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