Html Css Color HEX #3933D1 Persian Blue

📋 copy color: '#3933D1'

red 57 ◦ green 51 ◦ blue 209

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

Shades of Persian Blue #3933D1

Tints of Persian Blue #3933D1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 209 (82.03% from 255) = 65.93%

R = 17.98%
G = 16.09%
B = 65.93%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3933D1 (or 0x3933D1) is known color: Persian Blue. HEX triplet: 39, 33 and D1. RGB value is (57,51,209). Sum of RGB (Red+Green+Blue) = 57+51+209=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #3933D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933D1 is #C6CC2E. Grayscale: #464646. Windows color (decimal): -13028399 or 13710137. OLE color: 13710137.

HSL color Cylindrical-coordinate representation of color #3933D1: hue angle of 242.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3933D1 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 51 209 -
CMYK 0.73 0.76 0 0.18
HSL 242.28º 0.63% 0.51% -
HSV(B) 242.28º 0.76% 0.82% -
XYZ 14.38 7.84 61.08 -
YUV 70.81 205.99 118.15 -
System Red Green Blue C M Y K H S L
Decimal 57 51 209 0.73 0.76 0 0.18 242.28 0.63 0.51
Hex 39 33 D1 49 4C 0 12 F2 3F 33
Octal 71 63 321 111 114 0 22 362 77 63
Binary 111001 110011 11010001 1001001 1001100 0 10010 11110010 111111 110011

Color Harmonies of #3933D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3933D1

Black with #3933D1

Text Example


Text Example

White with #3933D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3933D1; }

 p { color: rgb(57,51,209); }

 H1.HeaderClassName
 {
   color: #3933D1;
 }
 .AnyTagClassName
 {
   color: #3933D1;
 }
</style>

background-color css

<style>
 a { background-color: #3933D1; }

 a { background-color: rgb(57,51,209); }

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

border-color css

<style>
 span { border-color: #3933D1; }

 span { border-color: rgb(57,51,209); }

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