Html Css Color HEX #4B0C87 Indigo

📋 copy color: '#4B0C87'

red 75 ◦ green 12 ◦ blue 135

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

Shades of Indigo #4B0C87

Tints of Indigo #4B0C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

 BLUE value IS 135 (53.13% from 255) = 60.81%

R = 33.78%
G = 5.41%
B = 60.81%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4B0C87 (or 0x4B0C87) is known color: Indigo. HEX triplet: 4B, 0C and 87. RGB value is (75,12,135). Sum of RGB (Red+Green+Blue) = 75+12+135=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B0C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0C87 is #B4F378. Grayscale: #2C2C2C. Windows color (decimal): -11858809 or 8850507. OLE color: 8850507.

HSL color Cylindrical-coordinate representation of color #4B0C87: hue angle of 270.73º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0C87 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 75 12 135 -
CMYK 0.44 0.91 0 0.47
HSL 270.73º 0.84% 0.29% -
HSV(B) 270.73º 0.91% 0.53% -
XYZ 7.41 3.51 23.21 -
YUV 44.86 178.87 149.5 -
System Red Green Blue C M Y K H S L
Decimal 75 12 135 0.44 0.91 0 0.47 270.73 0.84 0.29
Hex 4B C 87 2C 5B 0 2F 10F 54 1D
Octal 113 14 207 54 133 0 57 417 124 35
Binary 1001011 1100 10000111 101100 1011011 0 101111 100001111 1010100 11101

Color Harmonies of #4B0C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0C87

Black with #4B0C87

Text Example


Text Example

White with #4B0C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,12,135); }

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

background-color css

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

 a { background-color: rgb(75,12,135); }

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

border-color css

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

 span { border-color: rgb(75,12,135); }

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