Html Css Color HEX #611883 Indigo

📋 copy color: '#611883'

red 97 ◦ green 24 ◦ blue 131

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

Shades of Indigo #611883

Tints of Indigo #611883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 38.49%
G = 9.52%
B = 51.98%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#611883 (or 0x611883) is known color: Indigo. HEX triplet: 61, 18 and 83. RGB value is (97,24,131). Sum of RGB (Red+Green+Blue) = 97+24+131=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #611883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611883 is #9EE77C. Grayscale: #393939. Windows color (decimal): -10413949 or 8591457. OLE color: 8591457.

HSL color Cylindrical-coordinate representation of color #611883: hue angle of 280.93º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611883 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 24 131 -
CMYK 0.26 0.82 0 0.49
HSL 280.93º 0.69% 0.3% -
HSV(B) 280.93º 0.82% 0.51% -
XYZ 9.35 4.83 21.91 -
YUV 58.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 97 24 131 0.26 0.82 0 0.49 280.93 0.69 0.3
Hex 61 18 83 1A 52 0 31 119 45 1E
Octal 141 30 203 32 122 0 61 431 105 36
Binary 1100001 11000 10000011 11010 1010010 0 110001 100011001 1000101 11110

Color Harmonies of #611883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611883

Black with #611883

Text Example


Text Example

White with #611883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611883; }

 p { color: rgb(97,24,131); }

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

background-color css

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

 a { background-color: rgb(97,24,131); }

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

border-color css

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

 span { border-color: rgb(97,24,131); }

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