#4B0269

Color #4B0269 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4B0269

Tints of Indigo #4B0269

Color information

#4B0269 (or 0x4B0269) is unknown color: approx Indigo. HEX triplet: 4B, 02 and 69. RGB value is (75,2,105). Sum of RGB (Red+Green+Blue) = 75+2+105=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0269 is #B4FD96. Grayscale: #232323. Windows color (decimal): -11861399 or 6881867. OLE color: 6881867.

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

Color convert

RGB752105-
CMYK0.290.9800.59
HSL282.52º96.26%20.98%-
HSV(B)282.52º98.1%41.18%-
XYZ5.472.5613.57-
YUV35.57167.18156.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=41.21%
G=1.10%
B=57.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7521050.290.9800.59282.5296.2620.98
Hex4B2691D6203B11b6015
Octal11321513514207343314025
Binary10010111011010011110111000100111011100011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B0269;
 }
 .AnyTagClassName
 {
   color: #4B0269;
 }
</style>
background-color css

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

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

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

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

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

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