Html Css Color HEX #413BBB Free Speech Blue

📋 copy color: '#413BBB'

red 65 ◦ green 59 ◦ blue 187

#413BBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #413BBB

Tints of Free Speech Blue #413BBB

RGB

 RED value IS 65 (25.78% from 255) = 20.9%

 GREEN value IS 59 (23.44% from 255) = 18.97%

 BLUE value IS 187 (73.44% from 255) = 60.13%

R = 20.9%
G = 18.97%
B = 60.13%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413BBB (or 0x413BBB) is known color: Free Speech Blue. HEX triplet: 41, 3B and BB. RGB value is (65,59,187). Sum of RGB (Red+Green+Blue) = 65+59+187=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #413BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BBB is #BEC444. Grayscale: #4A4A4A. Windows color (decimal): -12502085 or 12270401. OLE color: 12270401.

HSL color Cylindrical-coordinate representation of color #413BBB: hue angle of 242.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413BBB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 59 187 -
CMYK 0.65 0.68 0 0.27
HSL 242.81º 0.52% 0.48% -
HSV(B) 242.81º 0.68% 0.73% -
XYZ 12.71 7.84 47.86 -
YUV 75.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 65 59 187 0.65 0.68 0 0.27 242.81 0.52 0.48
Hex 41 3B BB 41 44 0 1B F3 34 30
Octal 101 73 273 101 104 0 33 363 64 60
Binary 1000001 111011 10111011 1000001 1000100 0 11011 11110011 110100 110000

Color Harmonies of #413BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BBB

Black with #413BBB

Text Example


Text Example

White with #413BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,187); }

 H1.HeaderClassName
 {
   color: #413BBB;
 }
 .AnyTagClassName
 {
   color: #413BBB;
 }
</style>

background-color css

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

 a { background-color: rgb(65,59,187); }

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

border-color css

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

 span { border-color: rgb(65,59,187); }

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