Html Css Color HEX #5C068B Indigo

📋 copy color: '#5C068B'

red 92 ◦ green 6 ◦ blue 139

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

Shades of Indigo #5C068B

Tints of Indigo #5C068B

RGB

 RED value IS 92 (36.33% from 255) = 38.82%

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

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

R = 38.82%
G = 2.53%
B = 58.65%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C068B (or 0x5C068B) is known color: Indigo. HEX triplet: 5C, 06 and 8B. RGB value is (92,6,139). Sum of RGB (Red+Green+Blue) = 92+6+139=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C068B is #A3F974. Grayscale: #2E2E2E. Windows color (decimal): -10746229 or 9111132. OLE color: 9111132.

HSL color Cylindrical-coordinate representation of color #5C068B: hue angle of 278.8º 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 #5C068B is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 92 6 139 -
CMYK 0.34 0.96 0 0.45
HSL 278.8º 0.92% 0.28% -
HSV(B) 278.8º 0.96% 0.55% -
XYZ 9.14 4.27 24.77 -
YUV 46.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 92 6 139 0.34 0.96 0 0.45 278.8 0.92 0.28
Hex 5C 6 8B 22 60 0 2D 117 5C 1C
Octal 134 6 213 42 140 0 55 427 134 34
Binary 1011100 110 10001011 100010 1100000 0 101101 100010111 1011100 11100

Color Harmonies of #5C068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C068B

Black with #5C068B

Text Example


Text Example

White with #5C068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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