Html Css Color HEX #630297 Indigo

📋 copy color: '#630297'

red 99 ◦ green 2 ◦ blue 151

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

Shades of Indigo #630297

Tints of Indigo #630297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 151 (59.38% from 255) = 59.92%

R = 39.29%
G = 0.79%
B = 59.92%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#630297 (or 0x630297) is known color: Indigo. HEX triplet: 63, 02 and 97. RGB value is (99,2,151). Sum of RGB (Red+Green+Blue) = 99+2+151=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #630297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630297 is #9CFD68. Grayscale: #2F2F2F. Windows color (decimal): -10288489 or 9896547. OLE color: 9896547.

HSL color Cylindrical-coordinate representation of color #630297: hue angle of 279.06º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630297 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 2 151 -
CMYK 0.34 0.99 0 0.41
HSL 279.06º 0.97% 0.3% -
HSV(B) 279.06º 0.99% 0.59% -
XYZ 10.75 4.93 29.66 -
YUV 47.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 99 2 151 0.34 0.99 0 0.41 279.06 0.97 0.3
Hex 63 2 97 22 63 0 29 117 61 1E
Octal 143 2 227 42 143 0 51 427 141 36
Binary 1100011 10 10010111 100010 1100011 0 101001 100010111 1100001 11110

Color Harmonies of #630297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630297

Black with #630297

Text Example


Text Example

White with #630297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630297; }

 p { color: rgb(99,2,151); }

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

background-color css

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

 a { background-color: rgb(99,2,151); }

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

border-color css

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

 span { border-color: rgb(99,2,151); }

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