Html Css Color HEX #5F189C Indigo

📋 copy color: '#5F189C'

red 95 ◦ green 24 ◦ blue 156

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

Shades of Indigo #5F189C

Tints of Indigo #5F189C

RGB

 RED value IS 95 (37.5% from 255) = 34.55%

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

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

R = 34.55%
G = 8.73%
B = 56.73%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F189C (or 0x5F189C) is known color: Indigo. HEX triplet: 5F, 18 and 9C. RGB value is (95,24,156). Sum of RGB (Red+Green+Blue) = 95+24+156=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F189C is #A0E763. Grayscale: #3B3B3B. Windows color (decimal): -10544996 or 10229855. OLE color: 10229855.

HSL color Cylindrical-coordinate representation of color #5F189C: hue angle of 272.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F189C is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 24 156 -
CMYK 0.39 0.85 0 0.39
HSL 272.27º 0.73% 0.35% -
HSV(B) 272.27º 0.85% 0.61% -
XYZ 11.05 5.49 31.93 -
YUV 60.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 95 24 156 0.39 0.85 0 0.39 272.27 0.73 0.35
Hex 5F 18 9C 27 55 0 27 110 49 23
Octal 137 30 234 47 125 0 47 420 111 43
Binary 1011111 11000 10011100 100111 1010101 0 100111 100010000 1001001 100011

Color Harmonies of #5F189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F189C

Black with #5F189C

Text Example


Text Example

White with #5F189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F189C; }

 p { color: rgb(95,24,156); }

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

background-color css

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

 a { background-color: rgb(95,24,156); }

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

border-color css

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

 span { border-color: rgb(95,24,156); }

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