Html Css Color HEX #4B0569 Indigo

📋 copy color: '#4B0569'

red 75 ◦ green 5 ◦ blue 105

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

Shades of Indigo #4B0569

Tints of Indigo #4B0569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 105 (41.41% from 255) = 56.76%

R = 40.54%
G = 2.7%
B = 56.76%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4B0569 (or 0x4B0569) is known color: Indigo. HEX triplet: 4B, 05 and 69. RGB value is (75,5,105). Sum of RGB (Red+Green+Blue) = 75+5+105=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B0569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0569 is #B4FA96. Grayscale: #252525. Windows color (decimal): -11860631 or 6882635. OLE color: 6882635.

HSL color Cylindrical-coordinate representation of color #4B0569: hue angle of 282º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0569 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 5 105 -
CMYK 0.29 0.95 0 0.59
HSL 282º 0.91% 0.22% -
HSV(B) 282º 0.95% 0.41% -
XYZ 5.51 2.62 13.58 -
YUV 37.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 75 5 105 0.29 0.95 0 0.59 282 0.91 0.22
Hex 4B 5 69 1D 5F 0 3B 11A 5B 16
Octal 113 5 151 35 137 0 73 432 133 26
Binary 1001011 101 1101001 11101 1011111 0 111011 100011010 1011011 10110

Color Harmonies of #4B0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0569

Black with #4B0569

Text Example


Text Example

White with #4B0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,105); }

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

background-color css

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

 a { background-color: rgb(75,5,105); }

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

border-color css

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

 span { border-color: rgb(75,5,105); }

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