Html Css Color HEX #5C069B Indigo

📋 copy color: '#5C069B'

red 92 ◦ green 6 ◦ blue 155

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

Shades of Indigo #5C069B

Tints of Indigo #5C069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 36.36%
G = 2.37%
B = 61.26%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5C069B (or 0x5C069B) is known color: Indigo. HEX triplet: 5C, 06 and 9B. RGB value is (92,6,155). Sum of RGB (Red+Green+Blue) = 92+6+155=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C069B is #A3F964. Grayscale: #303030. Windows color (decimal): -10746213 or 10159708. OLE color: 10159708.

HSL color Cylindrical-coordinate representation of color #5C069B: hue angle of 274.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C069B is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 92 6 155 -
CMYK 0.41 0.96 0 0.39
HSL 274.63º 0.93% 0.32% -
HSV(B) 274.63º 0.96% 0.61% -
XYZ 10.4 4.77 31.38 -
YUV 48.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 92 6 155 0.41 0.96 0 0.39 274.63 0.93 0.32
Hex 5C 6 9B 29 60 0 27 113 5D 20
Octal 134 6 233 51 140 0 47 423 135 40
Binary 1011100 110 10011011 101001 1100000 0 100111 100010011 1011101 100000

Color Harmonies of #5C069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C069B

Black with #5C069B

Text Example


Text Example

White with #5C069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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