Html Css Color HEX #3231AF Persian Blue

📋 copy color: '#3231AF'

red 50 ◦ green 49 ◦ blue 175

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

Shades of Persian Blue #3231AF

Tints of Persian Blue #3231AF

RGB

 RED value IS 50 (19.92% from 255) = 18.25%

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

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

R = 18.25%
G = 17.88%
B = 63.87%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3231AF (or 0x3231AF) is known color: Persian Blue. HEX triplet: 32, 31 and AF. RGB value is (50,49,175). Sum of RGB (Red+Green+Blue) = 50+49+175=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #3231AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3231AF is #CDCE50. Grayscale: #3F3F3F. Windows color (decimal): -13487697 or 11481394. OLE color: 11481394.

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

Color convert

RGB 50 49 175 -
CMYK 0.71 0.72 0 0.31
HSL 240.48º 0.56% 0.44% -
HSV(B) 240.48º 0.72% 0.69% -
XYZ 10.15 5.97 41.17 -
YUV 63.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 50 49 175 0.71 0.72 0 0.31 240.48 0.56 0.44
Hex 32 31 AF 47 48 0 1F F0 38 2C
Octal 62 61 257 107 110 0 37 360 70 54
Binary 110010 110001 10101111 1000111 1001000 0 11111 11110000 111000 101100

Color Harmonies of #3231AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3231AF

Black with #3231AF

Text Example


Text Example

White with #3231AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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