Html Css Color HEX #620D88 Indigo

📋 copy color: '#620D88'

red 98 ◦ green 13 ◦ blue 136

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

Shades of Indigo #620D88

Tints of Indigo #620D88

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.26%

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 39.68%
G = 5.26%
B = 55.06%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620D88 (or 0x620D88) is known color: Indigo. HEX triplet: 62, 0D and 88. RGB value is (98,13,136). Sum of RGB (Red+Green+Blue) = 98+13+136=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #620D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620D88 is #9DF277. Grayscale: #343434. Windows color (decimal): -10351224 or 8916322. OLE color: 8916322.

HSL color Cylindrical-coordinate representation of color #620D88: hue angle of 281.46º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620D88 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 13 136 -
CMYK 0.28 0.90 0 0.47
HSL 281.46º 0.83% 0.29% -
HSV(B) 281.46º 0.9% 0.53% -
XYZ 9.62 4.66 23.69 -
YUV 52.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 98 13 136 0.28 0.90 0 0.47 281.46 0.83 0.29
Hex 62 D 88 1C 5A 0 2F 119 53 1D
Octal 142 15 210 34 132 0 57 431 123 35
Binary 1100010 1101 10001000 11100 1011010 0 101111 100011001 1010011 11101

Color Harmonies of #620D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D88

Black with #620D88

Text Example


Text Example

White with #620D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620D88; }

 p { color: rgb(98,13,136); }

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

background-color css

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

 a { background-color: rgb(98,13,136); }

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

border-color css

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

 span { border-color: rgb(98,13,136); }

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