Html Css Color HEX #392FCF Persian Blue

📋 copy color: '#392FCF'

red 57 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #392FCF

Tints of Persian Blue #392FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.11%

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

R = 18.33%
G = 15.11%
B = 66.56%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392FCF (or 0x392FCF) is known color: Persian Blue. HEX triplet: 39, 2F and CF. RGB value is (57,47,207). Sum of RGB (Red+Green+Blue) = 57+47+207=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #392FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FCF is #C6D030. Grayscale: #434343. Windows color (decimal): -13029425 or 13578041. OLE color: 13578041.

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

Color convert

RGB 57 47 207 -
CMYK 0.72 0.77 0 0.19
HSL 243.75º 0.63% 0.5% -
HSV(B) 243.75º 0.77% 0.81% -
XYZ 13.97 7.41 59.73 -
YUV 68.23 206.31 119.99 -
System Red Green Blue C M Y K H S L
Decimal 57 47 207 0.72 0.77 0 0.19 243.75 0.63 0.5
Hex 39 2F CF 48 4D 0 13 F4 3F 32
Octal 71 57 317 110 115 0 23 364 77 62
Binary 111001 101111 11001111 1001000 1001101 0 10011 11110100 111111 110010

Color Harmonies of #392FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392FCF

Black with #392FCF

Text Example


Text Example

White with #392FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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