#3C028D

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

Shades of Indigo #3C028D

Tints of Indigo #3C028D

Color information

#3C028D (or 0x3C028D) is unknown color: approx Indigo. HEX triplet: 3C, 02 and 8D. RGB value is (60,2,141). Sum of RGB (Red+Green+Blue) = 60+2+141=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C028D is #C3FD72. Grayscale: #222222. Windows color (decimal): -12844403 or 9241148. OLE color: 9241148.

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

Color convert

RGB602141-
CMYK0.570.9900.45
HSL265.04º97.2%28.04%-
HSV(B)265.04º98.58%55.29%-
XYZ6.692.9325.41-
YUV35.19187.72145.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.56%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=29.56%
G=0.99%
B=69.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6021410.570.9900.45265.0497.228.04
Hex3C28D396302D109611c
Octal7422157114305541114134
Binary111100101000110111100111000110101101100001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,141); }

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

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

 a { background-color: rgb(60,2,141); }

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

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

 span { border-color: rgb(60,2,141); }

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