Html Css Color HEX #393DA9 Persian Blue

📋 copy color: '#393DA9'

red 57 ◦ green 61 ◦ blue 169

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

Shades of Persian Blue #393DA9

Tints of Persian Blue #393DA9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 169 (66.41% from 255) = 58.89%

R = 19.86%
G = 21.25%
B = 58.89%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#393DA9 (or 0x393DA9) is known color: Persian Blue. HEX triplet: 39, 3D and A9. RGB value is (57,61,169). Sum of RGB (Red+Green+Blue) = 57+61+169=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 169 (66.41% from 255 or 58.89% from 287); Max value from RGB is 169 - color contains mainly: blue. Hex color #393DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393DA9 is #C6C256. Grayscale: #474747. Windows color (decimal): -13025879 or 11091257. OLE color: 11091257.

HSL color Cylindrical-coordinate representation of color #393DA9: hue angle of 237.86º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393DA9 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 57 61 169 -
CMYK 0.66 0.64 0 0.34
HSL 237.86º 0.5% 0.44% -
HSV(B) 237.86º 0.66% 0.66% -
XYZ 10.52 7.07 38.35 -
YUV 72.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 57 61 169 0.66 0.64 0 0.34 237.86 0.5 0.44
Hex 39 3D A9 42 40 0 22 EE 32 2C
Octal 71 75 251 102 100 0 42 356 62 54
Binary 111001 111101 10101001 1000010 1000000 0 100010 11101110 110010 101100

Color Harmonies of #393DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393DA9

Black with #393DA9

Text Example


Text Example

White with #393DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393DA9; }

 p { color: rgb(57,61,169); }

 H1.HeaderClassName
 {
   color: #393DA9;
 }
 .AnyTagClassName
 {
   color: #393DA9;
 }
</style>

background-color css

<style>
 a { background-color: #393DA9; }

 a { background-color: rgb(57,61,169); }

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

border-color css

<style>
 span { border-color: #393DA9; }

 span { border-color: rgb(57,61,169); }

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