Html Css Color HEX #620287 Indigo

📋 copy color: '#620287'

red 98 ◦ green 2 ◦ blue 135

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

Shades of Indigo #620287

Tints of Indigo #620287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 135 (53.13% from 255) = 57.45%

R = 41.7%
G = 0.85%
B = 57.45%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#620287 (or 0x620287) is known color: Indigo. HEX triplet: 62, 02 and 87. RGB value is (98,2,135). Sum of RGB (Red+Green+Blue) = 98+2+135=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #620287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #620287 is #9DFD78. Grayscale: #2D2D2D. Windows color (decimal): -10354041 or 8847970. OLE color: 8847970.

HSL color Cylindrical-coordinate representation of color #620287: hue angle of 283.31º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620287 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 2 135 -
CMYK 0.27 0.99 0 0.47
HSL 283.31º 0.97% 0.27% -
HSV(B) 283.31º 0.99% 0.53% -
XYZ 9.43 4.39 23.27 -
YUV 45.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 98 2 135 0.27 0.99 0 0.47 283.31 0.97 0.27
Hex 62 2 87 1B 63 0 2F 11B 61 1B
Octal 142 2 207 33 143 0 57 433 141 33
Binary 1100010 10 10000111 11011 1100011 0 101111 100011011 1100001 11011

Color Harmonies of #620287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620287

Black with #620287

Text Example


Text Example

White with #620287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620287; }

 p { color: rgb(98,2,135); }

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

background-color css

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

 a { background-color: rgb(98,2,135); }

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

border-color css

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

 span { border-color: rgb(98,2,135); }

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