Html Css Color HEX #3731AC Persian Blue

📋 copy color: '#3731AC'

red 55 ◦ green 49 ◦ blue 172

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

Shades of Persian Blue #3731AC

Tints of Persian Blue #3731AC

RGB

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

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

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

R = 19.93%
G = 17.75%
B = 62.32%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3731AC (or 0x3731AC) is known color: Persian Blue. HEX triplet: 37, 31 and AC. RGB value is (55,49,172). Sum of RGB (Red+Green+Blue) = 55+49+172=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #3731AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3731AC is #C8CE53. Grayscale: #404040. Windows color (decimal): -13160020 or 11284791. OLE color: 11284791.

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

Color convert

RGB 55 49 172 -
CMYK 0.68 0.72 0 0.33
HSL 242.93º 0.56% 0.43% -
HSV(B) 242.93º 0.72% 0.67% -
XYZ 10.12 5.99 39.65 -
YUV 64.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 55 49 172 0.68 0.72 0 0.33 242.93 0.56 0.43
Hex 37 31 AC 44 48 0 21 F3 38 2B
Octal 67 61 254 104 110 0 41 363 70 53
Binary 110111 110001 10101100 1000100 1001000 0 100001 11110011 111000 101011

Color Harmonies of #3731AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3731AC

Black with #3731AC

Text Example


Text Example

White with #3731AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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