Html Css Color HEX #4B03A7 Indigo

📋 copy color: '#4B03A7'

red 75 ◦ green 3 ◦ blue 167

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

Shades of Indigo #4B03A7

Tints of Indigo #4B03A7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 167 (65.63% from 255) = 68.16%

R = 30.61%
G = 1.22%
B = 68.16%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4B03A7 (or 0x4B03A7) is known color: Indigo. HEX triplet: 4B, 03 and A7. RGB value is (75,3,167). Sum of RGB (Red+Green+Blue) = 75+3+167=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #4B03A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B03A7 is #B4FC58. Grayscale: #2A2A2A. Windows color (decimal): -11861081 or 10945355. OLE color: 10945355.

HSL color Cylindrical-coordinate representation of color #4B03A7: hue angle of 266.34º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B03A7 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 3 167 -
CMYK 0.55 0.98 0 0.35
HSL 266.34º 0.96% 0.33% -
HSV(B) 266.34º 0.98% 0.65% -
XYZ 9.91 4.35 36.88 -
YUV 43.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 75 3 167 0.55 0.98 0 0.35 266.34 0.96 0.33
Hex 4B 3 A7 37 62 0 23 10A 60 21
Octal 113 3 247 67 142 0 43 412 140 41
Binary 1001011 11 10100111 110111 1100010 0 100011 100001010 1100000 100001

Color Harmonies of #4B03A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B03A7

Black with #4B03A7

Text Example


Text Example

White with #4B03A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,3,167); }

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

background-color css

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

 a { background-color: rgb(75,3,167); }

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

border-color css

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

 span { border-color: rgb(75,3,167); }

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