#4B0968

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

Shades of Indigo #4B0968

Tints of Indigo #4B0968

Color information

#4B0968 (or 0x4B0968) is unknown color: approx Indigo. HEX triplet: 4B, 09 and 68. RGB value is (75,9,104). Sum of RGB (Red+Green+Blue) = 75+9+104=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B0968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0968 is #B4F697. Grayscale: #272727. Windows color (decimal): -11859608 or 6818123. OLE color: 6818123.

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

Color convert

RGB759104-
CMYK0.280.9100.59
HSL281.68º84.07%22.16%-
HSV(B)281.68º91.35%40.78%-
XYZ5.52.6913.33-
YUV39.56164.37153.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=39.89%
G=4.79%
B=55.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7591040.280.9100.59281.6884.0722.16
Hex4B9681C5B03B11a5416
Octal113111503413307343212426
Binary1001011100111010001110010110110111011100011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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