Html Css Color HEX #392CCF Persian Blue

📋 copy color: '#392CCF'

red 57 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #392CCF

Tints of Persian Blue #392CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.29%

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 18.51%
G = 14.29%
B = 67.21%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392CCF (or 0x392CCF) is known color: Persian Blue. HEX triplet: 39, 2C and CF. RGB value is (57,44,207). Sum of RGB (Red+Green+Blue) = 57+44+207=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 44 (17.58% from 255 or 14.29% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #392CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CCF is #C6D330. Grayscale: #414141. Windows color (decimal): -13030193 or 13577273. OLE color: 13577273.

HSL color Cylindrical-coordinate representation of color #392CCF: hue angle of 244.79º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392CCF is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 44 207 -
CMYK 0.72 0.79 0 0.19
HSL 244.79º 0.65% 0.49% -
HSV(B) 244.79º 0.79% 0.81% -
XYZ 13.85 7.18 59.69 -
YUV 66.47 207.31 121.25 -
System Red Green Blue C M Y K H S L
Decimal 57 44 207 0.72 0.79 0 0.19 244.79 0.65 0.49
Hex 39 2C CF 48 4F 0 13 F5 41 31
Octal 71 54 317 110 117 0 23 365 101 61
Binary 111001 101100 11001111 1001000 1001111 0 10011 11110101 1000001 110001

Color Harmonies of #392CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CCF

Black with #392CCF

Text Example


Text Example

White with #392CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,44,207); }

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

background-color css

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

 a { background-color: rgb(57,44,207); }

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

border-color css

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

 span { border-color: rgb(57,44,207); }

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