Html Css Color HEX #620096 Indigo

📋 copy color: '#620096'

red 98 ◦ green 0 ◦ blue 150

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

Shades of Indigo #620096

Tints of Indigo #620096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 39.52%
G = 0%
B = 60.48%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#620096 (or 0x620096) is known color: Indigo. HEX triplet: 62, 00 and 96. RGB value is (98,0,150). Sum of RGB (Red+Green+Blue) = 98+0+150=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #620096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620096 is #9DFF69. Grayscale: #2D2D2D. Windows color (decimal): -10354538 or 9830498. OLE color: 9830498.

HSL color Cylindrical-coordinate representation of color #620096: hue angle of 279.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620096 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 0 150 -
CMYK 0.35 1 0 0.41
HSL 279.2º 1% 0.29% -
HSV(B) 279.2º 1% 0.59% -
XYZ 10.54 4.8 29.22 -
YUV 46.4 186.47 164.8 -
System Red Green Blue C M Y K H S L
Decimal 98 0 150 0.35 1 0 0.41 279.2 1 0.29
Hex 62 0 96 23 64 0 29 117 64 1D
Octal 142 0 226 43 144 0 51 427 144 35
Binary 1100010 0 10010110 100011 1100100 0 101001 100010111 1100100 11101

Color Harmonies of #620096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620096

Black with #620096

Text Example


Text Example

White with #620096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620096; }

 p { color: rgb(98,0,150); }

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

background-color css

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

 a { background-color: rgb(98,0,150); }

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

border-color css

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

 span { border-color: rgb(98,0,150); }

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