Html Css Color HEX #61019A Indigo

📋 copy color: '#61019A'

red 97 ◦ green 1 ◦ blue 154

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

Shades of Indigo #61019A

Tints of Indigo #61019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 38.49%
G = 0.4%
B = 61.11%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61019A (or 0x61019A) is known color: Indigo. HEX triplet: 61, 01 and 9A. RGB value is (97,1,154). Sum of RGB (Red+Green+Blue) = 97+1+154=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #61019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61019A is #9EFE65. Grayscale: #2E2E2E. Windows color (decimal): -10419814 or 10092897. OLE color: 10092897.

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

Color convert

RGB 97 1 154 -
CMYK 0.37 0.99 0 0.40
HSL 277.65º 0.99% 0.3% -
HSV(B) 277.65º 0.99% 0.6% -
XYZ 10.77 4.9 30.95 -
YUV 47.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 97 1 154 0.37 0.99 0 0.40 277.65 0.99 0.3
Hex 61 1 9A 25 63 0 28 116 63 1E
Octal 141 1 232 45 143 0 50 426 143 36
Binary 1100001 1 10011010 100101 1100011 0 101000 100010110 1100011 11110

Color Harmonies of #61019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61019A

Black with #61019A

Text Example


Text Example

White with #61019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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