Html Css Color HEX #61057B Indigo

📋 copy color: '#61057B'

red 97 ◦ green 5 ◦ blue 123

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

Shades of Indigo #61057B

Tints of Indigo #61057B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

 BLUE value IS 123 (48.44% from 255) = 54.67%

R = 43.11%
G = 2.22%
B = 54.67%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61057B (or 0x61057B) is known color: Indigo. HEX triplet: 61, 05 and 7B. RGB value is (97,5,123). Sum of RGB (Red+Green+Blue) = 97+5+123=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #61057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61057B is #9EFA84. Grayscale: #2D2D2D. Windows color (decimal): -10418821 or 8062305. OLE color: 8062305.

HSL color Cylindrical-coordinate representation of color #61057B: hue angle of 286.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61057B is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 5 123 -
CMYK 0.21 0.96 0 0.52
HSL 286.78º 0.92% 0.25% -
HSV(B) 286.78º 0.96% 0.48% -
XYZ 8.56 4.08 19.08 -
YUV 45.96 171.48 164.41 -
System Red Green Blue C M Y K H S L
Decimal 97 5 123 0.21 0.96 0 0.52 286.78 0.92 0.25
Hex 61 5 7B 15 60 0 34 11F 5C 19
Octal 141 5 173 25 140 0 64 437 134 31
Binary 1100001 101 1111011 10101 1100000 0 110100 100011111 1011100 11001

Color Harmonies of #61057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61057B

Black with #61057B

Text Example


Text Example

White with #61057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61057B; }

 p { color: rgb(97,5,123); }

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

background-color css

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

 a { background-color: rgb(97,5,123); }

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

border-color css

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

 span { border-color: rgb(97,5,123); }

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