Html Css Color HEX #4132C9 Free Speech Blue

📋 copy color: '#4132C9'

red 65 ◦ green 50 ◦ blue 201

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

Shades of Free Speech Blue #4132C9

Tints of Free Speech Blue #4132C9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 201 (78.91% from 255) = 63.61%

R = 20.57%
G = 15.82%
B = 63.61%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4132C9 (or 0x4132C9) is known color: Free Speech Blue. HEX triplet: 41, 32 and C9. RGB value is (65,50,201). Sum of RGB (Red+Green+Blue) = 65+50+201=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 201 (78.91% from 255 or 63.61% from 316); Max value from RGB is 201 - color contains mainly: blue. Hex color #4132C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4132C9 is #BECD36. Grayscale: #474747. Windows color (decimal): -12504375 or 13185601. OLE color: 13185601.

HSL color Cylindrical-coordinate representation of color #4132C9: hue angle of 245.96º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4132C9 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 50 201 -
CMYK 0.68 0.75 0 0.21
HSL 245.96º 0.6% 0.49% -
HSV(B) 245.96º 0.75% 0.79% -
XYZ 13.86 7.62 56 -
YUV 71.7 200.97 123.22 -
System Red Green Blue C M Y K H S L
Decimal 65 50 201 0.68 0.75 0 0.21 245.96 0.6 0.49
Hex 41 32 C9 44 4B 0 15 F6 3C 31
Octal 101 62 311 104 113 0 25 366 74 61
Binary 1000001 110010 11001001 1000100 1001011 0 10101 11110110 111100 110001

Color Harmonies of #4132C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4132C9

Black with #4132C9

Text Example


Text Example

White with #4132C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4132C9; }

 p { color: rgb(65,50,201); }

 H1.HeaderClassName
 {
   color: #4132C9;
 }
 .AnyTagClassName
 {
   color: #4132C9;
 }
</style>

background-color css

<style>
 a { background-color: #4132C9; }

 a { background-color: rgb(65,50,201); }

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

border-color css

<style>
 span { border-color: #4132C9; }

 span { border-color: rgb(65,50,201); }

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