Html Css Color HEX #4B006A Indigo

📋 copy color: '#4B006A'

red 75 ◦ green 0 ◦ blue 106

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

Shades of Indigo #4B006A

Tints of Indigo #4B006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 58.56%

R = 41.44%
G = 0%
B = 58.56%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B006A (or 0x4B006A) is known color: Indigo. HEX triplet: 4B, 00 and 6A. RGB value is (75,0,106). Sum of RGB (Red+Green+Blue) = 75+0+106=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B006A is #B4FF95. Grayscale: #222222. Windows color (decimal): -11861910 or 6946891. OLE color: 6946891.

HSL color Cylindrical-coordinate representation of color #4B006A: hue angle of 282.45º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B006A is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 0 106 -
CMYK 0.29 1 0 0.58
HSL 282.45º 1% 0.21% -
HSV(B) 282.45º 1% 0.42% -
XYZ 5.5 2.54 13.84 -
YUV 34.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 75 0 106 0.29 1 0 0.58 282.45 1 0.21
Hex 4B 0 6A 1D 64 0 3A 11A 64 15
Octal 113 0 152 35 144 0 72 432 144 25
Binary 1001011 0 1101010 11101 1100100 0 111010 100011010 1100100 10101

Color Harmonies of #4B006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B006A

Black with #4B006A

Text Example


Text Example

White with #4B006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,0,106); }

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

background-color css

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

 a { background-color: rgb(75,0,106); }

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

border-color css

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

 span { border-color: rgb(75,0,106); }

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