Html Css Color HEX #621281 Indigo

📋 copy color: '#621281'

red 98 ◦ green 18 ◦ blue 129

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

Shades of Indigo #621281

Tints of Indigo #621281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 129 (50.78% from 255) = 52.65%

R = 40%
G = 7.35%
B = 52.65%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#621281 (or 0x621281) is known color: Indigo. HEX triplet: 62, 12 and 81. RGB value is (98,18,129). Sum of RGB (Red+Green+Blue) = 98+18+129=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #621281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621281 is #9DED7E. Grayscale: #363636. Windows color (decimal): -10349951 or 8458850. OLE color: 8458850.

HSL color Cylindrical-coordinate representation of color #621281: hue angle of 283.24º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621281 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 18 129 -
CMYK 0.24 0.86 0 0.49
HSL 283.24º 0.76% 0.29% -
HSV(B) 283.24º 0.86% 0.51% -
XYZ 9.22 4.61 21.17 -
YUV 54.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 98 18 129 0.24 0.86 0 0.49 283.24 0.76 0.29
Hex 62 12 81 18 56 0 31 11B 4C 1D
Octal 142 22 201 30 126 0 61 433 114 35
Binary 1100010 10010 10000001 11000 1010110 0 110001 100011011 1001100 11101

Color Harmonies of #621281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621281

Black with #621281

Text Example


Text Example

White with #621281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621281; }

 p { color: rgb(98,18,129); }

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

background-color css

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

 a { background-color: rgb(98,18,129); }

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

border-color css

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

 span { border-color: rgb(98,18,129); }

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