Html Css Color HEX #61019B Indigo

📋 copy color: '#61019B'

red 97 ◦ green 1 ◦ blue 155

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

Shades of Indigo #61019B

Tints of Indigo #61019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 38.34%
G = 0.4%
B = 61.26%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61019B (or 0x61019B) is known color: Indigo. HEX triplet: 61, 01 and 9B. RGB value is (97,1,155). Sum of RGB (Red+Green+Blue) = 97+1+155=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #61019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61019B is #9EFE64. Grayscale: #2E2E2E. Windows color (decimal): -10419813 or 10158433. OLE color: 10158433.

HSL color Cylindrical-coordinate representation of color #61019B: hue angle of 277.4º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61019B is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 1 155 -
CMYK 0.37 0.99 0 0.39
HSL 277.4º 0.99% 0.31% -
HSV(B) 277.4º 0.99% 0.61% -
XYZ 10.86 4.93 31.39 -
YUV 47.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 97 1 155 0.37 0.99 0 0.39 277.4 0.99 0.31
Hex 61 1 9B 25 63 0 27 115 63 1F
Octal 141 1 233 45 143 0 47 425 143 37
Binary 1100001 1 10011011 100101 1100011 0 100111 100010101 1100011 11111

Color Harmonies of #61019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61019B

Black with #61019B

Text Example


Text Example

White with #61019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,1,155); }

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

background-color css

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

 a { background-color: rgb(97,1,155); }

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

border-color css

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

 span { border-color: rgb(97,1,155); }

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