#3C14A7

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

Shades of Persian Indigo #3C14A7

Tints of Persian Indigo #3C14A7

Color information

#3C14A7 (or 0x3C14A7) is unknown color: approx Persian Indigo. HEX triplet: 3C, 14 and A7. RGB value is (60,20,167). Sum of RGB (Red+Green+Blue) = 60+20+167=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #3C14A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C14A7 is #C3EB58. Grayscale: #303030. Windows color (decimal): -12839769 or 10949692. OLE color: 10949692.

HSL color Cylindrical-coordinate representation of color #3C14A7: hue angle of 256.33º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C14A7 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6020167-
CMYK0.640.8800.35
HSL256.33º78.61%36.67%-
HSV(B)256.33º88.02%65.49%-
XYZ9.094.2536.9-
YUV48.72194.75136.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.29%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 167 (65.62% from 255) = 67.61%
R=24.29%
G=8.10%
B=67.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60201670.640.8800.35256.3378.6136.67
Hex3C14A740580231004f25
Octal742424710013004340011745
Binary11110010100101001111000000101100001000111000000001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C14A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,167); }

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

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

 a { background-color: rgb(60,20,167); }

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

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

 span { border-color: rgb(60,20,167); }

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