#3C107B

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

Shades of Persian Indigo #3C107B

Tints of Persian Indigo #3C107B

Color information

#3C107B (or 0x3C107B) is unknown color: approx Persian Indigo. HEX triplet: 3C, 10 and 7B. RGB value is (60,16,123). Sum of RGB (Red+Green+Blue) = 60+16+123=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C107B is #C3EF84. Grayscale: #282828. Windows color (decimal): -12840837 or 8065084. OLE color: 8065084.

HSL color Cylindrical-coordinate representation of color #3C107B: hue angle of 264.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C107B is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6016123-
CMYK0.510.8700.52
HSL264.67º76.98%27.25%-
HSV(B)264.67º86.99%48.24%-
XYZ5.622.7618.98-
YUV41.35174.08141.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=30.15%
G=8.04%
B=61.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60161230.510.8700.52264.6776.9827.25
Hex3C107B33570341094d1b
Octal74201736312706441111533
Binary11110010000111101111001110101110110100100001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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