#3D0288

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

Shades of Indigo #3D0288

Tints of Indigo #3D0288

Color information

#3D0288 (or 0x3D0288) is unknown color: approx Indigo. HEX triplet: 3D, 02 and 88. RGB value is (61,2,136). Sum of RGB (Red+Green+Blue) = 61+2+136=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D0288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0288 is #C2FD77. Grayscale: #222222. Windows color (decimal): -12778872 or 8913469. OLE color: 8913469.

HSL color Cylindrical-coordinate representation of color #3D0288: hue angle of 266.42º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D0288 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB612136-
CMYK0.550.9900.47
HSL266.42º97.1%27.06%-
HSV(B)266.42º98.53%53.33%-
XYZ6.392.8123.5-
YUV34.92185.05146.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 136 (53.52% from 255) = 68.34%
R=30.65%
G=1.01%
B=68.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6121360.550.9900.47266.4297.127.06
Hex3D288376302F10a611b
Octal7522106714305741214133
Binary111101101000100011011111000110101111100001010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D0288; }

 p { color: rgb(61,2,136); }

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

<style>
 a { background-color: #3D0288; }

 a { background-color: rgb(61,2,136); }

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

<style>
 span { border-color: #3D0288; }

 span { border-color: rgb(61,2,136); }

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