Html Css Color HEX #630F83 Indigo

📋 copy color: '#630F83'

red 99 ◦ green 15 ◦ blue 131

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

Shades of Indigo #630F83

Tints of Indigo #630F83

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 131 (51.56% from 255) = 53.47%

R = 40.41%
G = 6.12%
B = 53.47%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#630F83 (or 0x630F83) is known color: Indigo. HEX triplet: 63, 0F and 83. RGB value is (99,15,131). Sum of RGB (Red+Green+Blue) = 99+15+131=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #630F83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630F83 is #9CF07C. Grayscale: #343434. Windows color (decimal): -10285181 or 8589155. OLE color: 8589155.

HSL color Cylindrical-coordinate representation of color #630F83: hue angle of 283.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630F83 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 15 131 -
CMYK 0.24 0.89 0 0.49
HSL 283.45º 0.79% 0.29% -
HSV(B) 283.45º 0.89% 0.51% -
XYZ 9.41 4.63 21.87 -
YUV 53.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 99 15 131 0.24 0.89 0 0.49 283.45 0.79 0.29
Hex 63 F 83 18 59 0 31 11B 4F 1D
Octal 143 17 203 30 131 0 61 433 117 35
Binary 1100011 1111 10000011 11000 1011001 0 110001 100011011 1001111 11101

Color Harmonies of #630F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630F83

Black with #630F83

Text Example


Text Example

White with #630F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,15,131); }

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

background-color css

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

 a { background-color: rgb(99,15,131); }

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

border-color css

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

 span { border-color: rgb(99,15,131); }

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