Html Css Color HEX #4B0261 Indigo

📋 copy color: '#4B0261'

red 75 ◦ green 2 ◦ blue 97

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

Shades of Indigo #4B0261

Tints of Indigo #4B0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 97 (38.28% from 255) = 55.75%

R = 43.1%
G = 1.15%
B = 55.75%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B0261 (or 0x4B0261) is known color: Indigo. HEX triplet: 4B, 02 and 61. RGB value is (75,2,97). Sum of RGB (Red+Green+Blue) = 75+2+97=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0261 is #B4FD9E. Grayscale: #222222. Windows color (decimal): -11861407 or 6357579. OLE color: 6357579.

HSL color Cylindrical-coordinate representation of color #4B0261: hue angle of 286.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0261 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 2 97 -
CMYK 0.23 0.98 0 0.62
HSL 286.11º 0.96% 0.19% -
HSV(B) 286.11º 0.98% 0.38% -
XYZ 5.08 2.4 11.51 -
YUV 34.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 75 2 97 0.23 0.98 0 0.62 286.11 0.96 0.19
Hex 4B 2 61 17 62 0 3E 11E 60 13
Octal 113 2 141 27 142 0 76 436 140 23
Binary 1001011 10 1100001 10111 1100010 0 111110 100011110 1100000 10011

Color Harmonies of #4B0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0261

Black with #4B0261

Text Example


Text Example

White with #4B0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,2,97); }

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

background-color css

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

 a { background-color: rgb(75,2,97); }

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

border-color css

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

 span { border-color: rgb(75,2,97); }

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