Html Css Color HEX #392BD7 Persian Blue

📋 copy color: '#392BD7'

red 57 ◦ green 43 ◦ blue 215

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

Shades of Persian Blue #392BD7

Tints of Persian Blue #392BD7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 215 (84.38% from 255) = 68.25%

R = 18.1%
G = 13.65%
B = 68.25%

CMYK

 C value IS 0.73

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#392BD7 (or 0x392BD7) is known color: Persian Blue. HEX triplet: 39, 2B and D7. RGB value is (57,43,215). Sum of RGB (Red+Green+Blue) = 57+43+215=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #392BD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BD7 is #C6D428. Grayscale: #424242. Windows color (decimal): -13030441 or 14101305. OLE color: 14101305.

HSL color Cylindrical-coordinate representation of color #392BD7: hue angle of 244.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392BD7 is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 43 215 -
CMYK 0.73 0.8 0 0.16
HSL 244.88º 0.68% 0.51% -
HSV(B) 244.88º 0.8% 0.84% -
XYZ 14.82 7.5 64.96 -
YUV 66.79 211.64 121.01 -
System Red Green Blue C M Y K H S L
Decimal 57 43 215 0.73 0.8 0 0.16 244.88 0.68 0.51
Hex 39 2B D7 49 50 0 10 F5 44 33
Octal 71 53 327 111 120 0 20 365 104 63
Binary 111001 101011 11010111 1001001 1010000 0 10000 11110101 1000100 110011

Color Harmonies of #392BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392BD7

Black with #392BD7

Text Example


Text Example

White with #392BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,43,215); }

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

background-color css

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

 a { background-color: rgb(57,43,215); }

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

border-color css

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

 span { border-color: rgb(57,43,215); }

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