Html Css Color HEX #3731AF Persian Blue

📋 copy color: '#3731AF'

red 55 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #3731AF

Tints of Persian Blue #3731AF

RGB

 RED value IS 55 (21.88% from 255) = 19.71%

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 19.71%
G = 17.56%
B = 62.72%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3731AF (or 0x3731AF) is known color: Persian Blue. HEX triplet: 37, 31 and AF. RGB value is (55,49,175). Sum of RGB (Red+Green+Blue) = 55+49+175=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #3731AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3731AF is #C8CE50. Grayscale: #404040. Windows color (decimal): -13160017 or 11481399. OLE color: 11481399.

HSL color Cylindrical-coordinate representation of color #3731AF: hue angle of 242.86º 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 #3731AF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 55 49 175 -
CMYK 0.69 0.72 0 0.31
HSL 242.86º 0.56% 0.44% -
HSV(B) 242.86º 0.72% 0.69% -
XYZ 10.41 6.1 41.19 -
YUV 65.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 55 49 175 0.69 0.72 0 0.31 242.86 0.56 0.44
Hex 37 31 AF 45 48 0 1F F3 38 2C
Octal 67 61 257 105 110 0 37 363 70 54
Binary 110111 110001 10101111 1000101 1001000 0 11111 11110011 111000 101100

Color Harmonies of #3731AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3731AF

Black with #3731AF

Text Example


Text Example

White with #3731AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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