Html Css Color HEX #610093 Indigo

📋 copy color: '#610093'

red 97 ◦ green 0 ◦ blue 147

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

Shades of Indigo #610093

Tints of Indigo #610093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 39.75%
G = 0%
B = 60.25%

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

#610093 (or 0x610093) is known color: Indigo. HEX triplet: 61, 00 and 93. RGB value is (97,0,147). Sum of RGB (Red+Green+Blue) = 97+0+147=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #610093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610093 is #9EFF6C. Grayscale: #2D2D2D. Windows color (decimal): -10420077 or 9633889. OLE color: 9633889.

HSL color Cylindrical-coordinate representation of color #610093: hue angle of 279.59º 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 #610093 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 0 147 -
CMYK 0.34 1 0 0.42
HSL 279.59º 1% 0.29% -
HSV(B) 279.59º 1% 0.58% -
XYZ 10.2 4.65 27.96 -
YUV 45.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 97 0 147 0.34 1 0 0.42 279.59 1 0.29
Hex 61 0 93 22 64 0 2A 118 64 1D
Octal 141 0 223 42 144 0 52 430 144 35
Binary 1100001 0 10010011 100010 1100100 0 101010 100011000 1100100 11101

Color Harmonies of #610093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610093

Black with #610093

Text Example


Text Example

White with #610093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610093; }

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

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

background-color css

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

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

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

border-color css

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

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

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