Html Css Color HEX #630186 Indigo

📋 copy color: '#630186'

red 99 ◦ green 1 ◦ blue 134

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

Shades of Indigo #630186

Tints of Indigo #630186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 134 (52.73% from 255) = 57.26%

R = 42.31%
G = 0.43%
B = 57.26%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#630186 (or 0x630186) is known color: Indigo. HEX triplet: 63, 01 and 86. RGB value is (99,1,134). Sum of RGB (Red+Green+Blue) = 99+1+134=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #630186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630186 is #9CFE79. Grayscale: #2D2D2D. Windows color (decimal): -10288762 or 8782179. OLE color: 8782179.

HSL color Cylindrical-coordinate representation of color #630186: hue angle of 284.21º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630186 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 1 134 -
CMYK 0.26 0.99 0 0.47
HSL 284.21º 0.99% 0.26% -
HSV(B) 284.21º 0.99% 0.53% -
XYZ 9.46 4.4 22.9 -
YUV 45.46 177.97 166.19 -
System Red Green Blue C M Y K H S L
Decimal 99 1 134 0.26 0.99 0 0.47 284.21 0.99 0.26
Hex 63 1 86 1A 63 0 2F 11C 63 1A
Octal 143 1 206 32 143 0 57 434 143 32
Binary 1100011 1 10000110 11010 1100011 0 101111 100011100 1100011 11010

Color Harmonies of #630186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630186

Black with #630186

Text Example


Text Example

White with #630186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630186; }

 p { color: rgb(99,1,134); }

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

background-color css

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

 a { background-color: rgb(99,1,134); }

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

border-color css

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

 span { border-color: rgb(99,1,134); }

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