Html Css Color HEX #3141AC Persian Blue

📋 copy color: '#3141AC'

red 49 ◦ green 65 ◦ blue 172

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

Shades of Persian Blue #3141AC

Tints of Persian Blue #3141AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 17.13%
G = 22.73%
B = 60.14%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3141AC (or 0x3141AC) is known color: Persian Blue. HEX triplet: 31, 41 and AC. RGB value is (49,65,172). Sum of RGB (Red+Green+Blue) = 49+65+172=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #3141AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3141AC is #CEBE53. Grayscale: #474747. Windows color (decimal): -13549140 or 11288881. OLE color: 11288881.

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

Color convert

RGB 49 65 172 -
CMYK 0.72 0.62 0 0.33
HSL 232.2º 0.56% 0.43% -
HSV(B) 232.2º 0.72% 0.67% -
XYZ 10.6 7.41 39.9 -
YUV 72.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 49 65 172 0.72 0.62 0 0.33 232.2 0.56 0.43
Hex 31 41 AC 48 3E 0 21 E8 38 2B
Octal 61 101 254 110 76 0 41 350 70 53
Binary 110001 1000001 10101100 1001000 111110 0 100001 11101000 111000 101011

Color Harmonies of #3141AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3141AC

Black with #3141AC

Text Example


Text Example

White with #3141AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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