Html Css Color HEX #610798 Indigo

📋 copy color: '#610798'

red 97 ◦ green 7 ◦ blue 152

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

Shades of Indigo #610798

Tints of Indigo #610798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 37.89%
G = 2.73%
B = 59.38%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#610798 (or 0x610798) is known color: Indigo. HEX triplet: 61, 07 and 98. RGB value is (97,7,152). Sum of RGB (Red+Green+Blue) = 97+7+152=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #610798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610798 is #9EF867. Grayscale: #313131. Windows color (decimal): -10418280 or 9963361. OLE color: 9963361.

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

Color convert

RGB 97 7 152 -
CMYK 0.36 0.95 0 0.40
HSL 277.24º 0.91% 0.31% -
HSV(B) 277.24º 0.95% 0.6% -
XYZ 10.67 4.96 30.1 -
YUV 50.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 97 7 152 0.36 0.95 0 0.40 277.24 0.91 0.31
Hex 61 7 98 24 5F 0 28 115 5B 1F
Octal 141 7 230 44 137 0 50 425 133 37
Binary 1100001 111 10011000 100100 1011111 0 101000 100010101 1011011 11111

Color Harmonies of #610798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610798

Black with #610798

Text Example


Text Example

White with #610798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610798; }

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

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

background-color css

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

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

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

border-color css

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

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

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