Html Css Color HEX #620485 Indigo

📋 copy color: '#620485'

red 98 ◦ green 4 ◦ blue 133

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

Shades of Indigo #620485

Tints of Indigo #620485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 41.7%
G = 1.7%
B = 56.6%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#620485 (or 0x620485) is known color: Indigo. HEX triplet: 62, 04 and 85. RGB value is (98,4,133). Sum of RGB (Red+Green+Blue) = 98+4+133=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #620485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620485 is #9DFB7A. Grayscale: #2E2E2E. Windows color (decimal): -10353531 or 8717410. OLE color: 8717410.

HSL color Cylindrical-coordinate representation of color #620485: hue angle of 283.72º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620485 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 4 133 -
CMYK 0.26 0.97 0 0.48
HSL 283.72º 0.94% 0.27% -
HSV(B) 283.72º 0.97% 0.52% -
XYZ 9.31 4.38 22.54 -
YUV 46.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 98 4 133 0.26 0.97 0 0.48 283.72 0.94 0.27
Hex 62 4 85 1A 61 0 30 11C 5E 1B
Octal 142 4 205 32 141 0 60 434 136 33
Binary 1100010 100 10000101 11010 1100001 0 110000 100011100 1011110 11011

Color Harmonies of #620485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620485

Black with #620485

Text Example


Text Example

White with #620485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620485; }

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

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

background-color css

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

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

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

border-color css

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

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

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