Html Css Color HEX #630093 Indigo

📋 copy color: '#630093'

red 99 ◦ green 0 ◦ blue 147

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

Shades of Indigo #630093

Tints of Indigo #630093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 40.24%
G = 0%
B = 59.76%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#630093 (or 0x630093) is known color: Indigo. HEX triplet: 63, 00 and 93. RGB value is (99,0,147). Sum of RGB (Red+Green+Blue) = 99+0+147=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #630093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630093 is #9CFF6C. Grayscale: #2D2D2D. Windows color (decimal): -10289005 or 9633891. OLE color: 9633891.

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

Color convert

RGB 99 0 147 -
CMYK 0.33 1 0 0.42
HSL 280.41º 1% 0.29% -
HSV(B) 280.41º 1% 0.58% -
XYZ 10.41 4.76 27.97 -
YUV 46.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 99 0 147 0.33 1 0 0.42 280.41 1 0.29
Hex 63 0 93 21 64 0 2A 118 64 1D
Octal 143 0 223 41 144 0 52 430 144 35
Binary 1100011 0 10010011 100001 1100100 0 101010 100011000 1100100 11101

Color Harmonies of #630093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630093

Black with #630093

Text Example


Text Example

White with #630093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630093; }

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

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

background-color css

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

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

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

border-color css

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

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

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