Html Css Color HEX #392CB5 Persian Blue

📋 copy color: '#392CB5'

red 57 ◦ green 44 ◦ blue 181

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

Shades of Persian Blue #392CB5

Tints of Persian Blue #392CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.18%

R = 20.21%
G = 15.6%
B = 64.18%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#392CB5 (or 0x392CB5) is known color: Persian Blue. HEX triplet: 39, 2C and B5. RGB value is (57,44,181). Sum of RGB (Red+Green+Blue) = 57+44+181=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #392CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CB5 is #C6D34A. Grayscale: #3E3E3E. Windows color (decimal): -13030219 or 11873337. OLE color: 11873337.

HSL color Cylindrical-coordinate representation of color #392CB5: hue angle of 245.69º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392CB5 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 44 181 -
CMYK 0.69 0.76 0 0.29
HSL 245.69º 0.61% 0.44% -
HSV(B) 245.69º 0.76% 0.71% -
XYZ 10.93 6.01 44.3 -
YUV 63.51 194.31 123.36 -
System Red Green Blue C M Y K H S L
Decimal 57 44 181 0.69 0.76 0 0.29 245.69 0.61 0.44
Hex 39 2C B5 45 4C 0 1D F6 3D 2C
Octal 71 54 265 105 114 0 35 366 75 54
Binary 111001 101100 10110101 1000101 1001100 0 11101 11110110 111101 101100

Color Harmonies of #392CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CB5

Black with #392CB5

Text Example


Text Example

White with #392CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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