Html Css Color HEX #413ADB Free Speech Blue

📋 copy color: '#413ADB'

red 65 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Blue #413ADB

Tints of Free Speech Blue #413ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.04%

R = 19.01%
G = 16.96%
B = 64.04%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#413ADB (or 0x413ADB) is known color: Free Speech Blue. HEX triplet: 41, 3A and DB. RGB value is (65,58,219). Sum of RGB (Red+Green+Blue) = 65+58+219=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #413ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ADB is #BEC524. Grayscale: #4D4D4D. Windows color (decimal): -12502309 or 14367297. OLE color: 14367297.

HSL color Cylindrical-coordinate representation of color #413ADB: hue angle of 242.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413ADB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 58 219 -
CMYK 0.70 0.74 0 0.14
HSL 242.61º 0.69% 0.54% -
HSV(B) 242.61º 0.74% 0.86% -
XYZ 16.48 9.26 67.94 -
YUV 78.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 65 58 219 0.70 0.74 0 0.14 242.61 0.69 0.54
Hex 41 3A DB 46 4A 0 E F3 45 36
Octal 101 72 333 106 112 0 16 363 105 66
Binary 1000001 111010 11011011 1000110 1001010 0 1110 11110011 1000101 110110

Color Harmonies of #413ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413ADB

Black with #413ADB

Text Example


Text Example

White with #413ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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