Html Css Color HEX #620295 Indigo

📋 copy color: '#620295'

red 98 ◦ green 2 ◦ blue 149

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

Shades of Indigo #620295

Tints of Indigo #620295

RGB

 RED value IS 98 (38.67% from 255) = 39.36%

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

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 39.36%
G = 0.8%
B = 59.84%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620295 (or 0x620295) is known color: Indigo. HEX triplet: 62, 02 and 95. RGB value is (98,2,149). Sum of RGB (Red+Green+Blue) = 98+2+149=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #620295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620295 is #9DFD6A. Grayscale: #2E2E2E. Windows color (decimal): -10354027 or 9765474. OLE color: 9765474.

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

Color convert

RGB 98 2 149 -
CMYK 0.34 0.99 0 0.42
HSL 279.18º 0.97% 0.3% -
HSV(B) 279.18º 0.99% 0.58% -
XYZ 10.48 4.81 28.81 -
YUV 47.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 98 2 149 0.34 0.99 0 0.42 279.18 0.97 0.3
Hex 62 2 95 22 63 0 2A 117 61 1E
Octal 142 2 225 42 143 0 52 427 141 36
Binary 1100010 10 10010101 100010 1100011 0 101010 100010111 1100001 11110

Color Harmonies of #620295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620295

Black with #620295

Text Example


Text Example

White with #620295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620295; }

 p { color: rgb(98,2,149); }

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

background-color css

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

 a { background-color: rgb(98,2,149); }

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

border-color css

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

 span { border-color: rgb(98,2,149); }

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