Html Css Color HEX #630796 Indigo

📋 copy color: '#630796'

red 99 ◦ green 7 ◦ blue 150

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

Shades of Indigo #630796

Tints of Indigo #630796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 38.67%
G = 2.73%
B = 58.59%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630796 (or 0x630796) is known color: Indigo. HEX triplet: 63, 07 and 96. RGB value is (99,7,150). Sum of RGB (Red+Green+Blue) = 99+7+150=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #630796 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630796 is #9CF869. Grayscale: #323232. Windows color (decimal): -10287210 or 9832291. OLE color: 9832291.

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

Color convert

RGB 99 7 150 -
CMYK 0.34 0.95 0 0.41
HSL 278.6º 0.91% 0.31% -
HSV(B) 278.6º 0.95% 0.59% -
XYZ 10.73 5.01 29.26 -
YUV 50.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 99 7 150 0.34 0.95 0 0.41 278.6 0.91 0.31
Hex 63 7 96 22 5F 0 29 117 5B 1F
Octal 143 7 226 42 137 0 51 427 133 37
Binary 1100011 111 10010110 100010 1011111 0 101001 100010111 1011011 11111

Color Harmonies of #630796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630796

Black with #630796

Text Example


Text Example

White with #630796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630796; }

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

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

background-color css

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

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

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

border-color css

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

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

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