#3C10AF

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

Shades of Persian Indigo #3C10AF

Tints of Persian Indigo #3C10AF

Color information

#3C10AF (or 0x3C10AF) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and AF. RGB value is (60,16,175). Sum of RGB (Red+Green+Blue) = 60+16+175=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C10AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C10AF is #C3EF50. Grayscale: #2E2E2E. Windows color (decimal): -12840785 or 11472956. OLE color: 11472956.

HSL color Cylindrical-coordinate representation of color #3C10AF: hue angle of 256.6º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C10AF is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6016175-
CMYK0.660.9100.31
HSL256.6º83.25%37.45%-
HSV(B)256.6º90.86%68.63%-
XYZ9.794.4340.9-
YUV47.28200.08137.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 175 (68.75% from 255) = 69.72%
R=23.90%
G=6.37%
B=69.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60161750.660.9100.31256.683.2537.45
Hex3C10AF425B01F1015325
Octal742025710213303740112345
Binary1111001000010101111100001010110110111111000000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C10AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,16,175); }

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

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

 a { background-color: rgb(60,16,175); }

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

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

 span { border-color: rgb(60,16,175); }

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