Html Css Color HEX #3140B3 Persian Blue

📋 copy color: '#3140B3'

red 49 ◦ green 64 ◦ blue 179

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

Shades of Persian Blue #3140B3

Tints of Persian Blue #3140B3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 16.78%
G = 21.92%
B = 61.3%

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

#3140B3 (or 0x3140B3) is known color: Persian Blue. HEX triplet: 31, 40 and B3. RGB value is (49,64,179). Sum of RGB (Red+Green+Blue) = 49+64+179=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #3140B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3140B3 is #CEBF4C. Grayscale: #484848. Windows color (decimal): -13549389 or 11747377. OLE color: 11747377.

HSL color Cylindrical-coordinate representation of color #3140B3: hue angle of 233.08º 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 #3140B3 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 64 179 -
CMYK 0.73 0.64 0 0.30
HSL 233.08º 0.57% 0.45% -
HSV(B) 233.08º 0.73% 0.7% -
XYZ 11.24 7.57 43.52 -
YUV 72.63 188.03 111.15 -
System Red Green Blue C M Y K H S L
Decimal 49 64 179 0.73 0.64 0 0.30 233.08 0.57 0.45
Hex 31 40 B3 49 40 0 1E E9 39 2D
Octal 61 100 263 111 100 0 36 351 71 55
Binary 110001 1000000 10110011 1001001 1000000 0 11110 11101001 111001 101101

Color Harmonies of #3140B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3140B3

Black with #3140B3

Text Example


Text Example

White with #3140B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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