Html Css Color HEX #3936C1 Persian Blue

📋 copy color: '#3936C1'

red 57 ◦ green 54 ◦ blue 193

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

Shades of Persian Blue #3936C1

Tints of Persian Blue #3936C1

RGB

 RED value IS 57 (22.66% from 255) = 18.75%

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 18.75%
G = 17.76%
B = 63.49%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3936C1 (or 0x3936C1) is known color: Persian Blue. HEX triplet: 39, 36 and C1. RGB value is (57,54,193). Sum of RGB (Red+Green+Blue) = 57+54+193=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #3936C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3936C1 is #C6C93E. Grayscale: #464646. Windows color (decimal): -13027647 or 12662329. OLE color: 12662329.

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

Color convert

RGB 57 54 193 -
CMYK 0.70 0.72 0 0.24
HSL 241.3º 0.56% 0.48% -
HSV(B) 241.3º 0.72% 0.76% -
XYZ 12.63 7.36 51.21 -
YUV 70.74 196.99 118.2 -
System Red Green Blue C M Y K H S L
Decimal 57 54 193 0.70 0.72 0 0.24 241.3 0.56 0.48
Hex 39 36 C1 46 48 0 18 F1 38 30
Octal 71 66 301 106 110 0 30 361 70 60
Binary 111001 110110 11000001 1000110 1001000 0 11000 11110001 111000 110000

Color Harmonies of #3936C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3936C1

Black with #3936C1

Text Example


Text Example

White with #3936C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,54,193); }

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

background-color css

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

 a { background-color: rgb(57,54,193); }

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

border-color css

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

 span { border-color: rgb(57,54,193); }

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