Html Css Color HEX #4B09A4 Indigo

📋 copy color: '#4B09A4'

red 75 ◦ green 9 ◦ blue 164

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

Shades of Indigo #4B09A4

Tints of Indigo #4B09A4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

 BLUE value IS 164 (64.45% from 255) = 66.13%

R = 30.24%
G = 3.63%
B = 66.13%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4B09A4 (or 0x4B09A4) is known color: Indigo. HEX triplet: 4B, 09 and A4. RGB value is (75,9,164). Sum of RGB (Red+Green+Blue) = 75+9+164=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #4B09A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B09A4 is #B4F65B. Grayscale: #2D2D2D. Windows color (decimal): -11859548 or 10750283. OLE color: 10750283.

HSL color Cylindrical-coordinate representation of color #4B09A4: hue angle of 265.55º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B09A4 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 9 164 -
CMYK 0.54 0.95 0 0.36
HSL 265.55º 0.9% 0.34% -
HSV(B) 265.55º 0.95% 0.64% -
XYZ 9.7 4.37 35.45 -
YUV 46.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 75 9 164 0.54 0.95 0 0.36 265.55 0.9 0.34
Hex 4B 9 A4 36 5F 0 24 10A 5A 22
Octal 113 11 244 66 137 0 44 412 132 42
Binary 1001011 1001 10100100 110110 1011111 0 100100 100001010 1011010 100010

Color Harmonies of #4B09A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B09A4

Black with #4B09A4

Text Example


Text Example

White with #4B09A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,9,164); }

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

background-color css

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

 a { background-color: rgb(75,9,164); }

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

border-color css

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

 span { border-color: rgb(75,9,164); }

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