Html Css Color HEX #3141AB Persian Blue

📋 copy color: '#3141AB'

red 49 ◦ green 65 ◦ blue 171

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

Shades of Persian Blue #3141AB

Tints of Persian Blue #3141AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 17.19%
G = 22.81%
B = 60%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3141AB (or 0x3141AB) is known color: Persian Blue. HEX triplet: 31, 41 and AB. RGB value is (49,65,171). Sum of RGB (Red+Green+Blue) = 49+65+171=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3141AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3141AB is #CEBE54. Grayscale: #474747. Windows color (decimal): -13549141 or 11223345. OLE color: 11223345.

HSL color Cylindrical-coordinate representation of color #3141AB: hue angle of 232.13º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3141AB is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 65 171 -
CMYK 0.71 0.62 0 0.33
HSL 232.13º 0.55% 0.43% -
HSV(B) 232.13º 0.71% 0.67% -
XYZ 10.51 7.37 39.4 -
YUV 72.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 49 65 171 0.71 0.62 0 0.33 232.13 0.55 0.43
Hex 31 41 AB 47 3E 0 21 E8 37 2B
Octal 61 101 253 107 76 0 41 350 67 53
Binary 110001 1000001 10101011 1000111 111110 0 100001 11101000 110111 101011

Color Harmonies of #3141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141AB

Black with #3141AB

Text Example


Text Example

White with #3141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3141AB; }

 p { color: rgb(49,65,171); }

 H1.HeaderClassName
 {
   color: #3141AB;
 }
 .AnyTagClassName
 {
   color: #3141AB;
 }
</style>

background-color css

<style>
 a { background-color: #3141AB; }

 a { background-color: rgb(49,65,171); }

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

border-color css

<style>
 span { border-color: #3141AB; }

 span { border-color: rgb(49,65,171); }

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