Html Css Color HEX #610094 Indigo

📋 copy color: '#610094'

red 97 ◦ green 0 ◦ blue 148

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

Shades of Indigo #610094

Tints of Indigo #610094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 39.59%
G = 0%
B = 60.41%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#610094 (or 0x610094) is known color: Indigo. HEX triplet: 61, 00 and 94. RGB value is (97,0,148). Sum of RGB (Red+Green+Blue) = 97+0+148=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #610094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610094 is #9EFF6B. Grayscale: #2D2D2D. Windows color (decimal): -10420076 or 9699425. OLE color: 9699425.

HSL color Cylindrical-coordinate representation of color #610094: hue angle of 279.32º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610094 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 0 148 -
CMYK 0.34 1 0 0.42
HSL 279.32º 1% 0.29% -
HSV(B) 279.32º 1% 0.58% -
XYZ 10.28 4.68 28.38 -
YUV 45.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 97 0 148 0.34 1 0 0.42 279.32 1 0.29
Hex 61 0 94 22 64 0 2A 117 64 1D
Octal 141 0 224 42 144 0 52 427 144 35
Binary 1100001 0 10010100 100010 1100100 0 101010 100010111 1100100 11101

Color Harmonies of #610094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610094

Black with #610094

Text Example


Text Example

White with #610094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610094; }

 p { color: rgb(97,0,148); }

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

background-color css

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

 a { background-color: rgb(97,0,148); }

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

border-color css

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

 span { border-color: rgb(97,0,148); }

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