#3C038A

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

Shades of Indigo #3C038A

Tints of Indigo #3C038A

Color information

#3C038A (or 0x3C038A) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 8A. RGB value is (60,3,138). Sum of RGB (Red+Green+Blue) = 60+3+138=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C038A is #C3FC75. Grayscale: #222222. Windows color (decimal): -12844150 or 9044796. OLE color: 9044796.

HSL color Cylindrical-coordinate representation of color #3C038A: hue angle of 265.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C038A is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB603138-
CMYK0.570.9800.46
HSL265.33º95.74%27.65%-
HSV(B)265.33º97.83%54.12%-
XYZ6.482.8624.26-
YUV35.43185.88145.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=29.85%
G=1.49%
B=68.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6031380.570.9800.46265.3395.7427.65
Hex3C38A396202E109601c
Octal7432127114205641114034
Binary111100111000101011100111000100101110100001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,138); }

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

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

 a { background-color: rgb(60,3,138); }

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

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

 span { border-color: rgb(60,3,138); }

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