Html Css Color HEX #3139CF Persian Blue

📋 copy color: '#3139CF'

red 49 ◦ green 57 ◦ blue 207

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

Shades of Persian Blue #3139CF

Tints of Persian Blue #3139CF

RGB

 RED value IS 49 (19.53% from 255) = 15.65%

 GREEN value IS 57 (22.66% from 255) = 18.21%

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

R = 15.65%
G = 18.21%
B = 66.13%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3139CF (or 0x3139CF) is known color: Persian Blue. HEX triplet: 31, 39 and CF. RGB value is (49,57,207). Sum of RGB (Red+Green+Blue) = 49+57+207=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #3139CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3139CF is #CEC630. Grayscale: #474747. Windows color (decimal): -13551153 or 13580593. OLE color: 13580593.

HSL color Cylindrical-coordinate representation of color #3139CF: hue angle of 236.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3139CF is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 57 207 -
CMYK 0.76 0.72 0 0.19
HSL 236.96º 0.62% 0.5% -
HSV(B) 236.96º 0.76% 0.81% -
XYZ 13.99 8.08 59.85 -
YUV 71.71 204.35 111.8 -
System Red Green Blue C M Y K H S L
Decimal 49 57 207 0.76 0.72 0 0.19 236.96 0.62 0.5
Hex 31 39 CF 4C 48 0 13 ED 3E 32
Octal 61 71 317 114 110 0 23 355 76 62
Binary 110001 111001 11001111 1001100 1001000 0 10011 11101101 111110 110010

Color Harmonies of #3139CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3139CF

Black with #3139CF

Text Example


Text Example

White with #3139CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3139CF; }

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

 H1.HeaderClassName
 {
   color: #3139CF;
 }
 .AnyTagClassName
 {
   color: #3139CF;
 }
</style>

background-color css

<style>
 a { background-color: #3139CF; }

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

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

border-color css

<style>
 span { border-color: #3139CF; }

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

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