Html Css Color HEX #392CC6 Persian Blue

📋 copy color: '#392CC6'

red 57 ◦ green 44 ◦ blue 198

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

Shades of Persian Blue #392CC6

Tints of Persian Blue #392CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 66.22%

R = 19.06%
G = 14.72%
B = 66.22%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#392CC6 (or 0x392CC6) is known color: Persian Blue. HEX triplet: 39, 2C and C6. RGB value is (57,44,198). Sum of RGB (Red+Green+Blue) = 57+44+198=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 198 (77.73% from 255 or 66.22% from 299); Max value from RGB is 198 - color contains mainly: blue. Hex color #392CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CC6 is #C6D339. Grayscale: #404040. Windows color (decimal): -13030202 or 12987449. OLE color: 12987449.

HSL color Cylindrical-coordinate representation of color #392CC6: hue angle of 245.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392CC6 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 57 44 198 -
CMYK 0.71 0.78 0 0.22
HSL 245.06º 0.64% 0.47% -
HSV(B) 245.06º 0.78% 0.78% -
XYZ 12.78 6.75 54.06 -
YUV 65.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 57 44 198 0.71 0.78 0 0.22 245.06 0.64 0.47
Hex 39 2C C6 47 4E 0 16 F5 40 2F
Octal 71 54 306 107 116 0 26 365 100 57
Binary 111001 101100 11000110 1000111 1001110 0 10110 11110101 1000000 101111

Color Harmonies of #392CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CC6

Black with #392CC6

Text Example


Text Example

White with #392CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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