Html Css Color HEX #630192 Indigo

📋 copy color: '#630192'

red 99 ◦ green 1 ◦ blue 146

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

Shades of Indigo #630192

Tints of Indigo #630192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 40.24%
G = 0.41%
B = 59.35%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#630192 (or 0x630192) is known color: Indigo. HEX triplet: 63, 01 and 92. RGB value is (99,1,146). Sum of RGB (Red+Green+Blue) = 99+1+146=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #630192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630192 is #9CFE6D. Grayscale: #2E2E2E. Windows color (decimal): -10288750 or 9568611. OLE color: 9568611.

HSL color Cylindrical-coordinate representation of color #630192: hue angle of 280.55º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630192 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 1 146 -
CMYK 0.32 0.99 0 0.43
HSL 280.55º 0.99% 0.29% -
HSV(B) 280.55º 0.99% 0.57% -
XYZ 10.34 4.75 27.57 -
YUV 46.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 99 1 146 0.32 0.99 0 0.43 280.55 0.99 0.29
Hex 63 1 92 20 63 0 2B 119 63 1D
Octal 143 1 222 40 143 0 53 431 143 35
Binary 1100011 1 10010010 100000 1100011 0 101011 100011001 1100011 11101

Color Harmonies of #630192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630192

Black with #630192

Text Example


Text Example

White with #630192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630192; }

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

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

background-color css

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

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

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

border-color css

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

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

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