Html Css Color HEX #630BA7 Indigo

📋 copy color: '#630BA7'

red 99 ◦ green 11 ◦ blue 167

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

Shades of Indigo #630BA7

Tints of Indigo #630BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 60.29%

R = 35.74%
G = 3.97%
B = 60.29%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#630BA7 (or 0x630BA7) is known color: Indigo. HEX triplet: 63, 0B and A7. RGB value is (99,11,167). Sum of RGB (Red+Green+Blue) = 99+11+167=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 167 (65.62% from 255 or 60.29% from 277); Max value from RGB is 167 - color contains mainly: blue. Hex color #630BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BA7 is #9CF458. Grayscale: #363636. Windows color (decimal): -10286169 or 10947427. OLE color: 10947427.

HSL color Cylindrical-coordinate representation of color #630BA7: hue angle of 273.85º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630BA7 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 11 167 -
CMYK 0.41 0.93 0 0.35
HSL 273.85º 0.88% 0.35% -
HSV(B) 273.85º 0.93% 0.65% -
XYZ 12.24 5.68 37.01 -
YUV 55.1 191.15 159.32 -
System Red Green Blue C M Y K H S L
Decimal 99 11 167 0.41 0.93 0 0.35 273.85 0.88 0.35
Hex 63 B A7 29 5D 0 23 112 58 23
Octal 143 13 247 51 135 0 43 422 130 43
Binary 1100011 1011 10100111 101001 1011101 0 100011 100010010 1011000 100011

Color Harmonies of #630BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BA7

Black with #630BA7

Text Example


Text Example

White with #630BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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