Html Css Color HEX #620C88 Indigo

📋 copy color: '#620C88'

red 98 ◦ green 12 ◦ blue 136

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

Shades of Indigo #620C88

Tints of Indigo #620C88

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

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

R = 39.84%
G = 4.88%
B = 55.28%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620C88 (or 0x620C88) is known color: Indigo. HEX triplet: 62, 0C and 88. RGB value is (98,12,136). Sum of RGB (Red+Green+Blue) = 98+12+136=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #620C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620C88 is #9DF377. Grayscale: #333333. Windows color (decimal): -10351480 or 8916066. OLE color: 8916066.

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

Color convert

RGB 98 12 136 -
CMYK 0.28 0.91 0 0.47
HSL 281.61º 0.84% 0.29% -
HSV(B) 281.61º 0.91% 0.53% -
XYZ 9.61 4.64 23.68 -
YUV 51.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 98 12 136 0.28 0.91 0 0.47 281.61 0.84 0.29
Hex 62 C 88 1C 5B 0 2F 11A 54 1D
Octal 142 14 210 34 133 0 57 432 124 35
Binary 1100010 1100 10001000 11100 1011011 0 101111 100011010 1010100 11101

Color Harmonies of #620C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C88

Black with #620C88

Text Example


Text Example

White with #620C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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