Html Css Color HEX #620885 Indigo

📋 copy color: '#620885'

red 98 ◦ green 8 ◦ blue 133

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

Shades of Indigo #620885

Tints of Indigo #620885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 41%
G = 3.35%
B = 55.65%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#620885 (or 0x620885) is known color: Indigo. HEX triplet: 62, 08 and 85. RGB value is (98,8,133). Sum of RGB (Red+Green+Blue) = 98+8+133=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #620885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620885 is #9DF77A. Grayscale: #303030. Windows color (decimal): -10352507 or 8718434. OLE color: 8718434.

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

Color convert

RGB 98 8 133 -
CMYK 0.26 0.94 0 0.48
HSL 283.2º 0.89% 0.28% -
HSV(B) 283.2º 0.94% 0.52% -
XYZ 9.36 4.46 22.56 -
YUV 49.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 98 8 133 0.26 0.94 0 0.48 283.2 0.89 0.28
Hex 62 8 85 1A 5E 0 30 11B 59 1C
Octal 142 10 205 32 136 0 60 433 131 34
Binary 1100010 1000 10000101 11010 1011110 0 110000 100011011 1011001 11100

Color Harmonies of #620885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620885

Black with #620885

Text Example


Text Example

White with #620885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620885; }

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

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

background-color css

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

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

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

border-color css

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

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

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