Html Css Color HEX #413BBD Free Speech Blue

📋 copy color: '#413BBD'

red 65 ◦ green 59 ◦ blue 189

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

Shades of Free Speech Blue #413BBD

Tints of Free Speech Blue #413BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 20.77%
G = 18.85%
B = 60.38%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#413BBD (or 0x413BBD) is known color: Free Speech Blue. HEX triplet: 41, 3B and BD. RGB value is (65,59,189). Sum of RGB (Red+Green+Blue) = 65+59+189=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #413BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BBD is #BEC442. Grayscale: #4B4B4B. Windows color (decimal): -12502083 or 12401473. OLE color: 12401473.

HSL color Cylindrical-coordinate representation of color #413BBD: hue angle of 242.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413BBD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 59 189 -
CMYK 0.66 0.69 0 0.26
HSL 242.77º 0.52% 0.49% -
HSV(B) 242.77º 0.69% 0.74% -
XYZ 12.93 7.93 48.99 -
YUV 75.61 191.99 120.43 -
System Red Green Blue C M Y K H S L
Decimal 65 59 189 0.66 0.69 0 0.26 242.77 0.52 0.49
Hex 41 3B BD 42 45 0 1A F3 34 31
Octal 101 73 275 102 105 0 32 363 64 61
Binary 1000001 111011 10111101 1000010 1000101 0 11010 11110011 110100 110001

Color Harmonies of #413BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413BBD

Black with #413BBD

Text Example


Text Example

White with #413BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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