Html Css Color HEX #5F1098 Indigo

📋 copy color: '#5F1098'

red 95 ◦ green 16 ◦ blue 152

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

Shades of Indigo #5F1098

Tints of Indigo #5F1098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 152 (59.77% from 255) = 57.79%

R = 36.12%
G = 6.08%
B = 57.79%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5F1098 (or 0x5F1098) is known color: Indigo. HEX triplet: 5F, 10 and 98. RGB value is (95,16,152). Sum of RGB (Red+Green+Blue) = 95+16+152=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1098 is #A0EF67. Grayscale: #363636. Windows color (decimal): -10547048 or 9965663. OLE color: 9965663.

HSL color Cylindrical-coordinate representation of color #5F1098: hue angle of 274.85º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F1098 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 16 152 -
CMYK 0.38 0.89 0 0.40
HSL 274.85º 0.81% 0.33% -
HSV(B) 274.85º 0.89% 0.6% -
XYZ 10.57 5.07 30.13 -
YUV 55.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 95 16 152 0.38 0.89 0 0.40 274.85 0.81 0.33
Hex 5F 10 98 26 59 0 28 113 51 21
Octal 137 20 230 46 131 0 50 423 121 41
Binary 1011111 10000 10011000 100110 1011001 0 101000 100010011 1010001 100001

Color Harmonies of #5F1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1098

Black with #5F1098

Text Example


Text Example

White with #5F1098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,16,152); }

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

background-color css

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

 a { background-color: rgb(95,16,152); }

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

border-color css

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

 span { border-color: rgb(95,16,152); }

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