Html Css Color HEX #3141AF Persian Blue

📋 copy color: '#3141AF'

red 49 ◦ green 65 ◦ blue 175

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

Shades of Persian Blue #3141AF

Tints of Persian Blue #3141AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 16.96%
G = 22.49%
B = 60.55%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3141AF (or 0x3141AF) is known color: Persian Blue. HEX triplet: 31, 41 and AF. RGB value is (49,65,175). Sum of RGB (Red+Green+Blue) = 49+65+175=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #3141AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3141AF is #CEBE50. Grayscale: #484848. Windows color (decimal): -13549137 or 11485489. OLE color: 11485489.

HSL color Cylindrical-coordinate representation of color #3141AF: hue angle of 232.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3141AF is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 65 175 -
CMYK 0.72 0.63 0 0.31
HSL 232.38º 0.56% 0.44% -
HSV(B) 232.38º 0.72% 0.69% -
XYZ 10.89 7.53 41.44 -
YUV 72.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 49 65 175 0.72 0.63 0 0.31 232.38 0.56 0.44
Hex 31 41 AF 48 3F 0 1F E8 38 2C
Octal 61 101 257 110 77 0 37 350 70 54
Binary 110001 1000001 10101111 1001000 111111 0 11111 11101000 111000 101100

Color Harmonies of #3141AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141AF

Black with #3141AF

Text Example


Text Example

White with #3141AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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