Html Css Color HEX #630B7E Indigo

📋 copy color: '#630B7E'

red 99 ◦ green 11 ◦ blue 126

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

Shades of Indigo #630B7E

Tints of Indigo #630B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.66%

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 41.95%
G = 4.66%
B = 53.39%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#630B7E (or 0x630B7E) is known color: Indigo. HEX triplet: 63, 0B and 7E. RGB value is (99,11,126). Sum of RGB (Red+Green+Blue) = 99+11+126=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #630B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630B7E is #9CF481. Grayscale: #323232. Windows color (decimal): -10286210 or 8260451. OLE color: 8260451.

HSL color Cylindrical-coordinate representation of color #630B7E: hue angle of 285.91º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630B7E is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 99 11 126 -
CMYK 0.21 0.91 0 0.51
HSL 285.91º 0.84% 0.27% -
HSV(B) 285.91º 0.91% 0.49% -
XYZ 9.03 4.4 20.11 -
YUV 50.42 170.65 162.65 -
System Red Green Blue C M Y K H S L
Decimal 99 11 126 0.21 0.91 0 0.51 285.91 0.84 0.27
Hex 63 B 7E 15 5B 0 33 11E 54 1B
Octal 143 13 176 25 133 0 63 436 124 33
Binary 1100011 1011 1111110 10101 1011011 0 110011 100011110 1010100 11011

Color Harmonies of #630B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630B7E

Black with #630B7E

Text Example


Text Example

White with #630B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630B7E; }

 p { color: rgb(99,11,126); }

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

background-color css

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

 a { background-color: rgb(99,11,126); }

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

border-color css

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

 span { border-color: rgb(99,11,126); }

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