Html Css Color HEX #5A127B Indigo

📋 copy color: '#5A127B'

red 90 ◦ green 18 ◦ blue 123

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

Shades of Indigo #5A127B

Tints of Indigo #5A127B

RGB

 RED value IS 90 (35.55% from 255) = 38.96%

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 123 (48.44% from 255) = 53.25%

R = 38.96%
G = 7.79%
B = 53.25%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A127B (or 0x5A127B) is known color: Indigo. HEX triplet: 5A, 12 and 7B. RGB value is (90,18,123). Sum of RGB (Red+Green+Blue) = 90+18+123=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A127B is #A5ED84. Grayscale: #333333. Windows color (decimal): -10874245 or 8065626. OLE color: 8065626.

HSL color Cylindrical-coordinate representation of color #5A127B: hue angle of 281.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A127B is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 18 123 -
CMYK 0.27 0.85 0 0.52
HSL 281.14º 0.74% 0.28% -
HSV(B) 281.14º 0.85% 0.48% -
XYZ 8.01 4.04 19.1 -
YUV 51.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 90 18 123 0.27 0.85 0 0.52 281.14 0.74 0.28
Hex 5A 12 7B 1B 55 0 34 119 4A 1C
Octal 132 22 173 33 125 0 64 431 112 34
Binary 1011010 10010 1111011 11011 1010101 0 110100 100011001 1001010 11100

Color Harmonies of #5A127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A127B

Black with #5A127B

Text Example


Text Example

White with #5A127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,18,123); }

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

background-color css

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

 a { background-color: rgb(90,18,123); }

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

border-color css

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

 span { border-color: rgb(90,18,123); }

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