Html Css Color HEX #4B0162 Indigo

📋 copy color: '#4B0162'

red 75 ◦ green 1 ◦ blue 98

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

Shades of Indigo #4B0162

Tints of Indigo #4B0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 98 (38.67% from 255) = 56.32%

R = 43.1%
G = 0.57%
B = 56.32%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4B0162 (or 0x4B0162) is known color: Indigo. HEX triplet: 4B, 01 and 62. RGB value is (75,1,98). Sum of RGB (Red+Green+Blue) = 75+1+98=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0162 is #B4FE9D. Grayscale: #212121. Windows color (decimal): -11861662 or 6422859. OLE color: 6422859.

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

Color convert

RGB 75 1 98 -
CMYK 0.23 0.99 0 0.62
HSL 285.77º 0.98% 0.19% -
HSV(B) 285.77º 0.99% 0.38% -
XYZ 5.12 2.4 11.75 -
YUV 34.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 75 1 98 0.23 0.99 0 0.62 285.77 0.98 0.19
Hex 4B 1 62 17 63 0 3E 11E 62 13
Octal 113 1 142 27 143 0 76 436 142 23
Binary 1001011 1 1100010 10111 1100011 0 111110 100011110 1100010 10011

Color Harmonies of #4B0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0162

Black with #4B0162

Text Example


Text Example

White with #4B0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,1,98); }

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

background-color css

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

 a { background-color: rgb(75,1,98); }

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

border-color css

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

 span { border-color: rgb(75,1,98); }

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