Html Css Color HEX #3231AB Persian Blue

📋 copy color: '#3231AB'

red 50 ◦ green 49 ◦ blue 171

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

Shades of Persian Blue #3231AB

Tints of Persian Blue #3231AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 18.52%
G = 18.15%
B = 63.33%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3231AB (or 0x3231AB) is known color: Persian Blue. HEX triplet: 32, 31 and AB. RGB value is (50,49,171). Sum of RGB (Red+Green+Blue) = 50+49+171=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3231AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3231AB is #CDCE54. Grayscale: #3E3E3E. Windows color (decimal): -13487701 or 11219250. OLE color: 11219250.

HSL color Cylindrical-coordinate representation of color #3231AB: hue angle of 240.49º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3231AB is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 49 171 -
CMYK 0.71 0.71 0 0.33
HSL 240.49º 0.55% 0.43% -
HSV(B) 240.49º 0.71% 0.67% -
XYZ 9.76 5.82 39.14 -
YUV 63.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 50 49 171 0.71 0.71 0 0.33 240.49 0.55 0.43
Hex 32 31 AB 47 47 0 21 F0 37 2B
Octal 62 61 253 107 107 0 41 360 67 53
Binary 110010 110001 10101011 1000111 1000111 0 100001 11110000 110111 101011

Color Harmonies of #3231AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3231AB

Black with #3231AB

Text Example


Text Example

White with #3231AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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