Html Css Color HEX #392BCF Persian Blue

📋 copy color: '#392BCF'

red 57 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #392BCF

Tints of Persian Blue #392BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 18.57%
G = 14.01%
B = 67.43%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#392BCF (or 0x392BCF) is known color: Persian Blue. HEX triplet: 39, 2B and CF. RGB value is (57,43,207). Sum of RGB (Red+Green+Blue) = 57+43+207=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #392BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BCF is #C6D430. Grayscale: #414141. Windows color (decimal): -13030449 or 13577017. OLE color: 13577017.

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

Color convert

RGB 57 43 207 -
CMYK 0.72 0.79 0 0.19
HSL 245.12º 0.66% 0.49% -
HSV(B) 245.12º 0.79% 0.81% -
XYZ 13.81 7.1 59.67 -
YUV 65.88 207.64 121.66 -
System Red Green Blue C M Y K H S L
Decimal 57 43 207 0.72 0.79 0 0.19 245.12 0.66 0.49
Hex 39 2B CF 48 4F 0 13 F5 42 31
Octal 71 53 317 110 117 0 23 365 102 61
Binary 111001 101011 11001111 1001000 1001111 0 10011 11110101 1000010 110001

Color Harmonies of #392BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392BCF

Black with #392BCF

Text Example


Text Example

White with #392BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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