Html Css Color HEX #5C068D Indigo

📋 copy color: '#5C068D'

red 92 ◦ green 6 ◦ blue 141

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

Shades of Indigo #5C068D

Tints of Indigo #5C068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59%

R = 38.49%
G = 2.51%
B = 59%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C068D (or 0x5C068D) is known color: Indigo. HEX triplet: 5C, 06 and 8D. RGB value is (92,6,141). Sum of RGB (Red+Green+Blue) = 92+6+141=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C068D is #A3F972. Grayscale: #2E2E2E. Windows color (decimal): -10746227 or 9242204. OLE color: 9242204.

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

Color convert

RGB 92 6 141 -
CMYK 0.35 0.96 0 0.45
HSL 278.22º 0.92% 0.29% -
HSV(B) 278.22º 0.96% 0.55% -
XYZ 9.29 4.33 25.55 -
YUV 47.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 92 6 141 0.35 0.96 0 0.45 278.22 0.92 0.29
Hex 5C 6 8D 23 60 0 2D 116 5C 1D
Octal 134 6 215 43 140 0 55 426 134 35
Binary 1011100 110 10001101 100011 1100000 0 101101 100010110 1011100 11101

Color Harmonies of #5C068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C068D

Black with #5C068D

Text Example


Text Example

White with #5C068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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