Html Css Color HEX #392ACF Persian Blue

📋 copy color: '#392ACF'

red 57 ◦ green 42 ◦ blue 207

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

Shades of Persian Blue #392ACF

Tints of Persian Blue #392ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

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

R = 18.63%
G = 13.73%
B = 67.65%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392ACF (or 0x392ACF) is known color: Persian Blue. HEX triplet: 39, 2A and CF. RGB value is (57,42,207). Sum of RGB (Red+Green+Blue) = 57+42+207=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #392ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ACF is #C6D530. Grayscale: #404040. Windows color (decimal): -13030705 or 13576761. OLE color: 13576761.

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

Color convert

RGB 57 42 207 -
CMYK 0.72 0.80 0 0.19
HSL 245.45º 0.66% 0.49% -
HSV(B) 245.45º 0.8% 0.81% -
XYZ 13.78 7.03 59.66 -
YUV 65.3 207.97 122.08 -
System Red Green Blue C M Y K H S L
Decimal 57 42 207 0.72 0.80 0 0.19 245.45 0.66 0.49
Hex 39 2A CF 48 50 0 13 F5 42 31
Octal 71 52 317 110 120 0 23 365 102 61
Binary 111001 101010 11001111 1001000 1010000 0 10011 11110101 1000010 110001

Color Harmonies of #392ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ACF

Black with #392ACF

Text Example


Text Example

White with #392ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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