Html Css Color HEX #5F068B Indigo

📋 copy color: '#5F068B'

red 95 ◦ green 6 ◦ blue 139

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

Shades of Indigo #5F068B

Tints of Indigo #5F068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 39.58%
G = 2.5%
B = 57.92%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F068B (or 0x5F068B) is known color: Indigo. HEX triplet: 5F, 06 and 8B. RGB value is (95,6,139). Sum of RGB (Red+Green+Blue) = 95+6+139=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F068B is #A0F974. Grayscale: #2F2F2F. Windows color (decimal): -10549621 or 9111135. OLE color: 9111135.

HSL color Cylindrical-coordinate representation of color #5F068B: hue angle of 280.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F068B is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 6 139 -
CMYK 0.32 0.96 0 0.45
HSL 280.15º 0.92% 0.28% -
HSV(B) 280.15º 0.96% 0.55% -
XYZ 9.44 4.43 24.78 -
YUV 47.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 95 6 139 0.32 0.96 0 0.45 280.15 0.92 0.28
Hex 5F 6 8B 20 60 0 2D 118 5C 1C
Octal 137 6 213 40 140 0 55 430 134 34
Binary 1011111 110 10001011 100000 1100000 0 101101 100011000 1011100 11100

Color Harmonies of #5F068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F068B

Black with #5F068B

Text Example


Text Example

White with #5F068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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