Html Css Color HEX #4031C1 Free Speech Blue

📋 copy color: '#4031C1'

red 64 ◦ green 49 ◦ blue 193

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

Shades of Free Speech Blue #4031C1

Tints of Free Speech Blue #4031C1

RGB

 RED value IS 64 (25.39% from 255) = 20.92%

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 193 (75.78% from 255) = 63.07%

R = 20.92%
G = 16.01%
B = 63.07%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4031C1 (or 0x4031C1) is known color: Free Speech Blue. HEX triplet: 40, 31 and C1. RGB value is (64,49,193). Sum of RGB (Red+Green+Blue) = 64+49+193=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #4031C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4031C1 is #BFCE3E. Grayscale: #454545. Windows color (decimal): -12570175 or 12661056. OLE color: 12661056.

HSL color Cylindrical-coordinate representation of color #4031C1: hue angle of 246.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4031C1 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 49 193 -
CMYK 0.67 0.75 0 0.24
HSL 246.25º 0.6% 0.47% -
HSV(B) 246.25º 0.75% 0.76% -
XYZ 12.84 7.14 51.15 -
YUV 69.9 197.47 123.79 -
System Red Green Blue C M Y K H S L
Decimal 64 49 193 0.67 0.75 0 0.24 246.25 0.6 0.47
Hex 40 31 C1 43 4B 0 18 F6 3C 2F
Octal 100 61 301 103 113 0 30 366 74 57
Binary 1000000 110001 11000001 1000011 1001011 0 11000 11110110 111100 101111

Color Harmonies of #4031C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4031C1

Black with #4031C1

Text Example


Text Example

White with #4031C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4031C1; }

 p { color: rgb(64,49,193); }

 H1.HeaderClassName
 {
   color: #4031C1;
 }
 .AnyTagClassName
 {
   color: #4031C1;
 }
</style>

background-color css

<style>
 a { background-color: #4031C1; }

 a { background-color: rgb(64,49,193); }

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

border-color css

<style>
 span { border-color: #4031C1; }

 span { border-color: rgb(64,49,193); }

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