Html Css Color HEX #413ABB Free Speech Blue

📋 copy color: '#413ABB'

red 65 ◦ green 58 ◦ blue 187

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

Shades of Free Speech Blue #413ABB

Tints of Free Speech Blue #413ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 20.97%
G = 18.71%
B = 60.32%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#413ABB (or 0x413ABB) is known color: Free Speech Blue. HEX triplet: 41, 3A and BB. RGB value is (65,58,187). Sum of RGB (Red+Green+Blue) = 65+58+187=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #413ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ABB is #BEC544. Grayscale: #4A4A4A. Windows color (decimal): -12502341 or 12270145. OLE color: 12270145.

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

Color convert

RGB 65 58 187 -
CMYK 0.65 0.69 0 0.27
HSL 243.26º 0.53% 0.48% -
HSV(B) 243.26º 0.69% 0.73% -
XYZ 12.66 7.74 47.84 -
YUV 74.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 65 58 187 0.65 0.69 0 0.27 243.26 0.53 0.48
Hex 41 3A BB 41 45 0 1B F3 35 30
Octal 101 72 273 101 105 0 33 363 65 60
Binary 1000001 111010 10111011 1000001 1000101 0 11011 11110011 110101 110000

Color Harmonies of #413ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413ABB

Black with #413ABB

Text Example


Text Example

White with #413ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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