Html Css Color HEX #3231AA Persian Blue

📋 copy color: '#3231AA'

red 50 ◦ green 49 ◦ blue 170

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

Shades of Persian Blue #3231AA

Tints of Persian Blue #3231AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 18.59%
G = 18.22%
B = 63.2%

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

#3231AA (or 0x3231AA) is known color: Persian Blue. HEX triplet: 32, 31 and AA. RGB value is (50,49,170). Sum of RGB (Red+Green+Blue) = 50+49+170=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3231AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3231AA is #CDCE55. Grayscale: #3E3E3E. Windows color (decimal): -13487702 or 11153714. OLE color: 11153714.

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

Color convert

RGB 50 49 170 -
CMYK 0.71 0.71 0 0.33
HSL 240.5º 0.55% 0.43% -
HSV(B) 240.5º 0.71% 0.67% -
XYZ 9.67 5.78 38.64 -
YUV 63.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 50 49 170 0.71 0.71 0 0.33 240.5 0.55 0.43
Hex 32 31 AA 47 47 0 21 F0 37 2B
Octal 62 61 252 107 107 0 41 360 67 53
Binary 110010 110001 10101010 1000111 1000111 0 100001 11110000 110111 101011

Color Harmonies of #3231AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3231AA

Black with #3231AA

Text Example


Text Example

White with #3231AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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