Html Css Color HEX #620495 Indigo

📋 copy color: '#620495'

red 98 ◦ green 4 ◦ blue 149

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

Shades of Indigo #620495

Tints of Indigo #620495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 39.04%
G = 1.59%
B = 59.36%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#620495 (or 0x620495) is known color: Indigo. HEX triplet: 62, 04 and 95. RGB value is (98,4,149). Sum of RGB (Red+Green+Blue) = 98+4+149=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #620495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620495 is #9DFB6A. Grayscale: #303030. Windows color (decimal): -10353515 or 9765986. OLE color: 9765986.

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

Color convert

RGB 98 4 149 -
CMYK 0.34 0.97 0 0.42
HSL 278.9º 0.95% 0.3% -
HSV(B) 278.9º 0.97% 0.58% -
XYZ 10.51 4.85 28.82 -
YUV 48.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 98 4 149 0.34 0.97 0 0.42 278.9 0.95 0.3
Hex 62 4 95 22 61 0 2A 117 5F 1E
Octal 142 4 225 42 141 0 52 427 137 36
Binary 1100010 100 10010101 100010 1100001 0 101010 100010111 1011111 11110

Color Harmonies of #620495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620495

Black with #620495

Text Example


Text Example

White with #620495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620495; }

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

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

background-color css

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

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

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

border-color css

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

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

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