Html Css Color HEX #621283 Indigo

📋 copy color: '#621283'

red 98 ◦ green 18 ◦ blue 131

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

Shades of Indigo #621283

Tints of Indigo #621283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.04%

R = 39.68%
G = 7.29%
B = 53.04%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#621283 (or 0x621283) is known color: Indigo. HEX triplet: 62, 12 and 83. RGB value is (98,18,131). Sum of RGB (Red+Green+Blue) = 98+18+131=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #621283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #621283 is #9DED7C. Grayscale: #363636. Windows color (decimal): -10349949 or 8589922. OLE color: 8589922.

HSL color Cylindrical-coordinate representation of color #621283: hue angle of 282.48º 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 #621283 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 18 131 -
CMYK 0.25 0.86 0 0.49
HSL 282.48º 0.76% 0.29% -
HSV(B) 282.48º 0.86% 0.51% -
XYZ 9.35 4.67 21.88 -
YUV 54.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 98 18 131 0.25 0.86 0 0.49 282.48 0.76 0.29
Hex 62 12 83 19 56 0 31 11A 4C 1D
Octal 142 22 203 31 126 0 61 432 114 35
Binary 1100010 10010 10000011 11001 1010110 0 110001 100011010 1001100 11101

Color Harmonies of #621283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621283

Black with #621283

Text Example


Text Example

White with #621283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621283; }

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

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

background-color css

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

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

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

border-color css

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

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

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