Html Css Color HEX #610274 Indigo

📋 copy color: '#610274'

red 97 ◦ green 2 ◦ blue 116

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

Shades of Indigo #610274

Tints of Indigo #610274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.95%

R = 45.12%
G = 0.93%
B = 53.95%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610274 (or 0x610274) is known color: Indigo. HEX triplet: 61, 02 and 74. RGB value is (97,2,116). Sum of RGB (Red+Green+Blue) = 97+2+116=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #610274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610274 is #9EFD8B. Grayscale: #2B2B2B. Windows color (decimal): -10419596 or 7602785. OLE color: 7602785.

HSL color Cylindrical-coordinate representation of color #610274: hue angle of 290º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610274 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 2 116 -
CMYK 0.16 0.98 0 0.55
HSL 290º 0.97% 0.23% -
HSV(B) 290º 0.98% 0.45% -
XYZ 8.1 3.85 16.84 -
YUV 43.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 97 2 116 0.16 0.98 0 0.55 290 0.97 0.23
Hex 61 2 74 10 62 0 37 122 61 17
Octal 141 2 164 20 142 0 67 442 141 27
Binary 1100001 10 1110100 10000 1100010 0 110111 100100010 1100001 10111

Color Harmonies of #610274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610274

Black with #610274

Text Example


Text Example

White with #610274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610274; }

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

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

background-color css

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

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

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

border-color css

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

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

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