Html Css Color HEX #61019C Indigo

📋 copy color: '#61019C'

red 97 ◦ green 1 ◦ blue 156

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

Shades of Indigo #61019C

Tints of Indigo #61019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 61.42%

R = 38.19%
G = 0.39%
B = 61.42%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61019C (or 0x61019C) is known color: Indigo. HEX triplet: 61, 01 and 9C. RGB value is (97,1,156). Sum of RGB (Red+Green+Blue) = 97+1+156=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #61019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61019C is #9EFE63. Grayscale: #2E2E2E. Windows color (decimal): -10419812 or 10223969. OLE color: 10223969.

HSL color Cylindrical-coordinate representation of color #61019C: hue angle of 277.16º 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 #61019C is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 1 156 -
CMYK 0.38 0.99 0 0.39
HSL 277.16º 0.99% 0.31% -
HSV(B) 277.16º 0.99% 0.61% -
XYZ 10.94 4.96 31.83 -
YUV 47.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 97 1 156 0.38 0.99 0 0.39 277.16 0.99 0.31
Hex 61 1 9C 26 63 0 27 115 63 1F
Octal 141 1 234 46 143 0 47 425 143 37
Binary 1100001 1 10011100 100110 1100011 0 100111 100010101 1100011 11111

Color Harmonies of #61019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61019C

Black with #61019C

Text Example


Text Example

White with #61019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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