#413CCA

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

Shades of Free Speech Blue #413CCA

Tints of Free Speech Blue #413CCA

Color information

#413CCA (or 0x413CCA) is unknown color: approx Free Speech Blue. HEX triplet: 41, 3C and CA. RGB value is (65,60,202). Sum of RGB (Red+Green+Blue) = 65+60+202=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #413CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CCA is #BEC335. Grayscale: #4D4D4D. Windows color (decimal): -12501814 or 13253697. OLE color: 13253697.

HSL color Cylindrical-coordinate representation of color #413CCA: hue angle of 242.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #413CCA is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6560202-
CMYK0.680.7000.21
HSL242.11º57.26%51.37%-
HSV(B)242.11º70.3%79.22%-
XYZ14.468.6256.78-
YUV77.68198.16118.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 202 (79.30% from 255) = 61.77%
R=19.88%
G=18.35%
B=61.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65602020.680.7000.21242.1157.2651.37
Hex413CCA4446015f23933
Octal101743121041060253627163
Binary1000001111100110010101000100100011001010111110010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,202); }

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

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

 a { background-color: rgb(65,60,202); }

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

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

 span { border-color: rgb(65,60,202); }

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