Html Css Color HEX #3141B3 Persian Blue

📋 copy color: '#3141B3'

red 49 ◦ green 65 ◦ blue 179

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

Shades of Persian Blue #3141B3

Tints of Persian Blue #3141B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 61.09%

R = 16.72%
G = 22.18%
B = 61.09%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3141B3 (or 0x3141B3) is known color: Persian Blue. HEX triplet: 31, 41 and B3. RGB value is (49,65,179). Sum of RGB (Red+Green+Blue) = 49+65+179=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #3141B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141B3 is #CEBE4C. Grayscale: #484848. Windows color (decimal): -13549133 or 11747633. OLE color: 11747633.

HSL color Cylindrical-coordinate representation of color #3141B3: hue angle of 232.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3141B3 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 65 179 -
CMYK 0.73 0.64 0 0.30
HSL 232.62º 0.57% 0.45% -
HSV(B) 232.62º 0.73% 0.7% -
XYZ 11.29 7.69 43.54 -
YUV 73.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 49 65 179 0.73 0.64 0 0.30 232.62 0.57 0.45
Hex 31 41 B3 49 40 0 1E E9 39 2D
Octal 61 101 263 111 100 0 36 351 71 55
Binary 110001 1000001 10110011 1001001 1000000 0 11110 11101001 111001 101101

Color Harmonies of #3141B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141B3

Black with #3141B3

Text Example


Text Example

White with #3141B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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