Html Css Color HEX #392CCD Persian Blue

📋 copy color: '#392CCD'

red 57 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #392CCD

Tints of Persian Blue #392CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 18.63%
G = 14.38%
B = 66.99%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#392CCD (or 0x392CCD) is known color: Persian Blue. HEX triplet: 39, 2C and CD. RGB value is (57,44,205). Sum of RGB (Red+Green+Blue) = 57+44+205=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #392CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CCD is #C6D332. Grayscale: #414141. Windows color (decimal): -13030195 or 13446201. OLE color: 13446201.

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

Color convert

RGB 57 44 205 -
CMYK 0.72 0.79 0 0.20
HSL 244.84º 0.65% 0.49% -
HSV(B) 244.84º 0.79% 0.8% -
XYZ 13.61 7.08 58.41 -
YUV 66.24 206.31 121.41 -
System Red Green Blue C M Y K H S L
Decimal 57 44 205 0.72 0.79 0 0.20 244.84 0.65 0.49
Hex 39 2C CD 48 4F 0 14 F5 41 31
Octal 71 54 315 110 117 0 24 365 101 61
Binary 111001 101100 11001101 1001000 1001111 0 10100 11110101 1000001 110001

Color Harmonies of #392CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CCD

Black with #392CCD

Text Example


Text Example

White with #392CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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