Html Css Color HEX #621882 Indigo

📋 copy color: '#621882'

red 98 ◦ green 24 ◦ blue 130

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

Shades of Indigo #621882

Tints of Indigo #621882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 130 (51.17% from 255) = 51.59%

R = 38.89%
G = 9.52%
B = 51.59%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#621882 (or 0x621882) is known color: Indigo. HEX triplet: 62, 18 and 82. RGB value is (98,24,130). Sum of RGB (Red+Green+Blue) = 98+24+130=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #621882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621882 is #9DE77D. Grayscale: #393939. Windows color (decimal): -10348414 or 8525922. OLE color: 8525922.

HSL color Cylindrical-coordinate representation of color #621882: hue angle of 281.89º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621882 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 24 130 -
CMYK 0.25 0.82 0 0.49
HSL 281.89º 0.69% 0.3% -
HSV(B) 281.89º 0.82% 0.51% -
XYZ 9.39 4.86 21.56 -
YUV 58.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 98 24 130 0.25 0.82 0 0.49 281.89 0.69 0.3
Hex 62 18 82 19 52 0 31 11A 45 1E
Octal 142 30 202 31 122 0 61 432 105 36
Binary 1100010 11000 10000010 11001 1010010 0 110001 100011010 1000101 11110

Color Harmonies of #621882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621882

Black with #621882

Text Example


Text Example

White with #621882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621882; }

 p { color: rgb(98,24,130); }

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

background-color css

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

 a { background-color: rgb(98,24,130); }

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

border-color css

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

 span { border-color: rgb(98,24,130); }

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