Html Css Color HEX #630092 Indigo

📋 copy color: '#630092'

red 99 ◦ green 0 ◦ blue 146

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

Shades of Indigo #630092

Tints of Indigo #630092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.41%
G = 0%
B = 59.59%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#630092 (or 0x630092) is known color: Indigo. HEX triplet: 63, 00 and 92. RGB value is (99,0,146). Sum of RGB (Red+Green+Blue) = 99+0+146=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #630092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630092 is #9CFF6D. Grayscale: #2D2D2D. Windows color (decimal): -10289006 or 9568355. OLE color: 9568355.

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

Color convert

RGB 99 0 146 -
CMYK 0.32 1 0 0.43
HSL 280.68º 1% 0.29% -
HSV(B) 280.68º 1% 0.57% -
XYZ 10.33 4.73 27.56 -
YUV 46.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 99 0 146 0.32 1 0 0.43 280.68 1 0.29
Hex 63 0 92 20 64 0 2B 119 64 1D
Octal 143 0 222 40 144 0 53 431 144 35
Binary 1100011 0 10010010 100000 1100100 0 101011 100011001 1100100 11101

Color Harmonies of #630092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630092

Black with #630092

Text Example


Text Example

White with #630092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630092; }

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

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

background-color css

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

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

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

border-color css

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

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

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