Html Css Color HEX #5F0699 Indigo

📋 copy color: '#5F0699'

red 95 ◦ green 6 ◦ blue 153

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

Shades of Indigo #5F0699

Tints of Indigo #5F0699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 37.4%
G = 2.36%
B = 60.24%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F0699 (or 0x5F0699) is known color: Indigo. HEX triplet: 5F, 06 and 99. RGB value is (95,6,153). Sum of RGB (Red+Green+Blue) = 95+6+153=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F0699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0699 is #A0F966. Grayscale: #303030. Windows color (decimal): -10549607 or 10028639. OLE color: 10028639.

HSL color Cylindrical-coordinate representation of color #5F0699: hue angle of 276.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0699 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 6 153 -
CMYK 0.38 0.96 0 0.4
HSL 276.33º 0.92% 0.31% -
HSV(B) 276.33º 0.96% 0.6% -
XYZ 10.53 4.86 30.52 -
YUV 49.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 95 6 153 0.38 0.96 0 0.4 276.33 0.92 0.31
Hex 5F 6 99 26 60 0 28 114 5C 1F
Octal 137 6 231 46 140 0 50 424 134 37
Binary 1011111 110 10011001 100110 1100000 0 101000 100010100 1011100 11111

Color Harmonies of #5F0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0699

Black with #5F0699

Text Example


Text Example

White with #5F0699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,6,153); }

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

background-color css

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

 a { background-color: rgb(95,6,153); }

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

border-color css

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

 span { border-color: rgb(95,6,153); }

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