Html Css Color HEX #392DC9 Persian Blue

📋 copy color: '#392DC9'

red 57 ◦ green 45 ◦ blue 201

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

Shades of Persian Blue #392DC9

Tints of Persian Blue #392DC9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 201 (78.91% from 255) = 66.34%

R = 18.81%
G = 14.85%
B = 66.34%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#392DC9 (or 0x392DC9) is known color: Persian Blue. HEX triplet: 39, 2D and C9. RGB value is (57,45,201). Sum of RGB (Red+Green+Blue) = 57+45+201=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #392DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392DC9 is #C6D236. Grayscale: #414141. Windows color (decimal): -13029943 or 13184313. OLE color: 13184313.

HSL color Cylindrical-coordinate representation of color #392DC9: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392DC9 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 57 45 201 -
CMYK 0.72 0.78 0 0.21
HSL 244.62º 0.63% 0.48% -
HSV(B) 244.62º 0.78% 0.79% -
XYZ 13.17 6.96 55.91 -
YUV 66.37 203.98 121.32 -
System Red Green Blue C M Y K H S L
Decimal 57 45 201 0.72 0.78 0 0.21 244.62 0.63 0.48
Hex 39 2D C9 48 4E 0 15 F5 3F 30
Octal 71 55 311 110 116 0 25 365 77 60
Binary 111001 101101 11001001 1001000 1001110 0 10101 11110101 111111 110000

Color Harmonies of #392DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392DC9

Black with #392DC9

Text Example


Text Example

White with #392DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392DC9; }

 p { color: rgb(57,45,201); }

 H1.HeaderClassName
 {
   color: #392DC9;
 }
 .AnyTagClassName
 {
   color: #392DC9;
 }
</style>

background-color css

<style>
 a { background-color: #392DC9; }

 a { background-color: rgb(57,45,201); }

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

border-color css

<style>
 span { border-color: #392DC9; }

 span { border-color: rgb(57,45,201); }

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