Html Css Color HEX #393FAD Persian Blue

📋 copy color: '#393FAD'

red 57 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #393FAD

Tints of Persian Blue #393FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 19.45%
G = 21.5%
B = 59.04%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#393FAD (or 0x393FAD) is known color: Persian Blue. HEX triplet: 39, 3F and AD. RGB value is (57,63,173). Sum of RGB (Red+Green+Blue) = 57+63+173=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #393FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FAD is #C6C052. Grayscale: #494949. Windows color (decimal): -13025363 or 11353913. OLE color: 11353913.

HSL color Cylindrical-coordinate representation of color #393FAD: hue angle of 236.9º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393FAD is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 63 173 -
CMYK 0.67 0.64 0 0.32
HSL 236.9º 0.5% 0.45% -
HSV(B) 236.9º 0.67% 0.68% -
XYZ 11.01 7.44 40.39 -
YUV 73.75 184.01 116.06 -
System Red Green Blue C M Y K H S L
Decimal 57 63 173 0.67 0.64 0 0.32 236.9 0.5 0.45
Hex 39 3F AD 43 40 0 20 ED 32 2D
Octal 71 77 255 103 100 0 40 355 62 55
Binary 111001 111111 10101101 1000011 1000000 0 100000 11101101 110010 101101

Color Harmonies of #393FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393FAD

Black with #393FAD

Text Example


Text Example

White with #393FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,173); }

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

background-color css

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

 a { background-color: rgb(57,63,173); }

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

border-color css

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

 span { border-color: rgb(57,63,173); }

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