Html Css Color HEX #3719C1 Persian Blue

📋 copy color: '#3719C1'

red 55 ◦ green 25 ◦ blue 193

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

Shades of Persian Blue #3719C1

Tints of Persian Blue #3719C1

RGB

 RED value IS 55 (21.88% from 255) = 20.15%

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 20.15%
G = 9.16%
B = 70.7%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3719C1 (or 0x3719C1) is known color: Persian Blue. HEX triplet: 37, 19 and C1. RGB value is (55,25,193). Sum of RGB (Red+Green+Blue) = 55+25+193=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #3719C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3719C1 is #C8E63E. Grayscale: #343434. Windows color (decimal): -13166143 or 12654903. OLE color: 12654903.

HSL color Cylindrical-coordinate representation of color #3719C1: hue angle of 250.71º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3719C1 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 25 193 -
CMYK 0.72 0.87 0 0.24
HSL 250.71º 0.77% 0.43% -
HSV(B) 250.71º 0.87% 0.76% -
XYZ 11.55 5.36 50.88 -
YUV 53.12 206.94 129.34 -
System Red Green Blue C M Y K H S L
Decimal 55 25 193 0.72 0.87 0 0.24 250.71 0.77 0.43
Hex 37 19 C1 48 57 0 18 FB 4D 2B
Octal 67 31 301 110 127 0 30 373 115 53
Binary 110111 11001 11000001 1001000 1010111 0 11000 11111011 1001101 101011

Color Harmonies of #3719C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3719C1

Black with #3719C1

Text Example


Text Example

White with #3719C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,25,193); }

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

background-color css

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

 a { background-color: rgb(55,25,193); }

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

border-color css

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

 span { border-color: rgb(55,25,193); }

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