Html Css Color HEX #610299 Indigo

📋 copy color: '#610299'

red 97 ◦ green 2 ◦ blue 153

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

Shades of Indigo #610299

Tints of Indigo #610299

RGB

 RED value IS 97 (38.28% from 255) = 38.49%

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

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 38.49%
G = 0.79%
B = 60.71%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#610299 (or 0x610299) is known color: Indigo. HEX triplet: 61, 02 and 99. RGB value is (97,2,153). Sum of RGB (Red+Green+Blue) = 97+2+153=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #610299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610299 is #9EFD66. Grayscale: #2F2F2F. Windows color (decimal): -10419559 or 10027617. OLE color: 10027617.

HSL color Cylindrical-coordinate representation of color #610299: hue angle of 277.75º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610299 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 2 153 -
CMYK 0.37 0.99 0 0.4
HSL 277.75º 0.97% 0.3% -
HSV(B) 277.75º 0.99% 0.6% -
XYZ 10.7 4.88 30.52 -
YUV 47.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 97 2 153 0.37 0.99 0 0.4 277.75 0.97 0.3
Hex 61 2 99 25 63 0 28 116 61 1E
Octal 141 2 231 45 143 0 50 426 141 36
Binary 1100001 10 10011001 100101 1100011 0 101000 100010110 1100001 11110

Color Harmonies of #610299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610299

Black with #610299

Text Example


Text Example

White with #610299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610299; }

 p { color: rgb(97,2,153); }

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

background-color css

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

 a { background-color: rgb(97,2,153); }

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

border-color css

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

 span { border-color: rgb(97,2,153); }

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