Html Css Color HEX #4B1692 Indigo

📋 copy color: '#4B1692'

red 75 ◦ green 22 ◦ blue 146

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

Shades of Indigo #4B1692

Tints of Indigo #4B1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 146 (57.42% from 255) = 60.08%

R = 30.86%
G = 9.05%
B = 60.08%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4B1692 (or 0x4B1692) is known color: Indigo. HEX triplet: 4B, 16 and 92. RGB value is (75,22,146). Sum of RGB (Red+Green+Blue) = 75+22+146=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #4B1692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1692 is #B4E96D. Grayscale: #333333. Windows color (decimal): -11856238 or 9573963. OLE color: 9573963.

HSL color Cylindrical-coordinate representation of color #4B1692: hue angle of 265.65º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1692 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 75 22 146 -
CMYK 0.49 0.85 0 0.43
HSL 265.65º 0.74% 0.33% -
HSV(B) 265.65º 0.85% 0.57% -
XYZ 8.38 4.14 27.55 -
YUV 51.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 75 22 146 0.49 0.85 0 0.43 265.65 0.74 0.33
Hex 4B 16 92 31 55 0 2B 10A 4A 21
Octal 113 26 222 61 125 0 53 412 112 41
Binary 1001011 10110 10010010 110001 1010101 0 101011 100001010 1001010 100001

Color Harmonies of #4B1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1692

Black with #4B1692

Text Example


Text Example

White with #4B1692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,22,146); }

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

background-color css

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

 a { background-color: rgb(75,22,146); }

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

border-color css

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

 span { border-color: rgb(75,22,146); }

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