#3C08A3

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

Shades of Indigo #3C08A3

Tints of Indigo #3C08A3

Color information

#3C08A3 (or 0x3C08A3) is unknown color: approx Indigo. HEX triplet: 3C, 08 and A3. RGB value is (60,8,163). Sum of RGB (Red+Green+Blue) = 60+8+163=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #3C08A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C08A3 is #C3F75C. Grayscale: #282828. Windows color (decimal): -12842845 or 10684476. OLE color: 10684476.

HSL color Cylindrical-coordinate representation of color #3C08A3: hue angle of 260.13º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C08A3 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB608163-
CMYK0.630.9500.36
HSL260.13º90.64%33.53%-
HSV(B)260.13º95.09%63.92%-
XYZ8.563.7834.93-
YUV41.22196.73141.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 163 (64.06% from 255) = 70.56%
R=25.97%
G=3.46%
B=70.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6081630.630.9500.36260.1390.6433.53
Hex3C8A33F5F0241045b22
Octal74102437713704440413342
Binary111100100010100011111111101111101001001000001001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C08A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,8,163); }

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

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

 a { background-color: rgb(60,8,163); }

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

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

 span { border-color: rgb(60,8,163); }

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