Html Css Color HEX #610398 Indigo

📋 copy color: '#610398'

red 97 ◦ green 3 ◦ blue 152

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

Shades of Indigo #610398

Tints of Indigo #610398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 152 (59.77% from 255) = 60.32%

R = 38.49%
G = 1.19%
B = 60.32%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#610398 (or 0x610398) is known color: Indigo. HEX triplet: 61, 03 and 98. RGB value is (97,3,152). Sum of RGB (Red+Green+Blue) = 97+3+152=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #610398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610398 is #9EFC67. Grayscale: #2F2F2F. Windows color (decimal): -10419304 or 9962337. OLE color: 9962337.

HSL color Cylindrical-coordinate representation of color #610398: hue angle of 277.85º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610398 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 3 152 -
CMYK 0.36 0.98 0 0.40
HSL 277.85º 0.96% 0.3% -
HSV(B) 277.85º 0.98% 0.6% -
XYZ 10.63 4.87 30.09 -
YUV 48.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 97 3 152 0.36 0.98 0 0.40 277.85 0.96 0.3
Hex 61 3 98 24 62 0 28 116 60 1E
Octal 141 3 230 44 142 0 50 426 140 36
Binary 1100001 11 10011000 100100 1100010 0 101000 100010110 1100000 11110

Color Harmonies of #610398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610398

Black with #610398

Text Example


Text Example

White with #610398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610398; }

 p { color: rgb(97,3,152); }

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

background-color css

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

 a { background-color: rgb(97,3,152); }

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

border-color css

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

 span { border-color: rgb(97,3,152); }

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