Html Css Color HEX #4B0A9E Indigo

📋 copy color: '#4B0A9E'

red 75 ◦ green 10 ◦ blue 158

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

Shades of Indigo #4B0A9E

Tints of Indigo #4B0A9E

RGB

 RED value IS 75 (29.69% from 255) = 30.86%

 GREEN value IS 10 (4.3% from 255) = 4.12%

 BLUE value IS 158 (62.11% from 255) = 65.02%

R = 30.86%
G = 4.12%
B = 65.02%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B0A9E (or 0x4B0A9E) is known color: Indigo. HEX triplet: 4B, 0A and 9E. RGB value is (75,10,158). Sum of RGB (Red+Green+Blue) = 75+10+158=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B0A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0A9E is #B4F561. Grayscale: #2D2D2D. Windows color (decimal): -11859298 or 10357323. OLE color: 10357323.

HSL color Cylindrical-coordinate representation of color #4B0A9E: hue angle of 266.35º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0A9E is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 10 158 -
CMYK 0.53 0.94 0 0.38
HSL 266.35º 0.88% 0.33% -
HSV(B) 266.35º 0.94% 0.62% -
XYZ 9.18 4.18 32.67 -
YUV 46.31 191.03 148.47 -
System Red Green Blue C M Y K H S L
Decimal 75 10 158 0.53 0.94 0 0.38 266.35 0.88 0.33
Hex 4B A 9E 35 5E 0 26 10A 58 21
Octal 113 12 236 65 136 0 46 412 130 41
Binary 1001011 1010 10011110 110101 1011110 0 100110 100001010 1011000 100001

Color Harmonies of #4B0A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0A9E

Black with #4B0A9E

Text Example


Text Example

White with #4B0A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B0A9E; }

 p { color: rgb(75,10,158); }

 H1.HeaderClassName
 {
   color: #4B0A9E;
 }
 .AnyTagClassName
 {
   color: #4B0A9E;
 }
</style>

background-color css

<style>
 a { background-color: #4B0A9E; }

 a { background-color: rgb(75,10,158); }

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

border-color css

<style>
 span { border-color: #4B0A9E; }

 span { border-color: rgb(75,10,158); }

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