#413AC1

Color #413AC1 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #413AC1

Tints of Free Speech Blue #413AC1

Color information

#413AC1 (or 0x413AC1) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3A and C1. RGB value is (65,58,193). Sum of RGB (Red+Green+Blue) = 65+58+193=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #413AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AC1 is #BEC53E. Grayscale: #4A4A4A. Windows color (decimal): -12502335 or 12663361. OLE color: 12663361.

HSL color Cylindrical-coordinate representation of color #413AC1: hue angle of 243.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413AC1 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6558193-
CMYK0.660.7000.24
HSL243.11º53.78%49.22%-
HSV(B)243.11º69.95%75.69%-
XYZ13.32851.29-
YUV75.48194.32120.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 193 (75.78% from 255) = 61.08%
R=20.57%
G=18.35%
B=61.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65581930.660.7000.24243.1153.7849.22
Hex413AC14246018f33631
Octal101723011021060303636661
Binary1000001111010110000011000010100011001100011110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413AC1; }

 p { color: rgb(65,58,193); }

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

<style>
 a { background-color: #413AC1; }

 a { background-color: rgb(65,58,193); }

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

<style>
 span { border-color: #413AC1; }

 span { border-color: rgb(65,58,193); }

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