Html Css Color HEX #3227AE Persian Blue

📋 copy color: '#3227AE'

red 50 ◦ green 39 ◦ blue 174

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

Shades of Persian Blue #3227AE

Tints of Persian Blue #3227AE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 19.01%
G = 14.83%
B = 66.16%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3227AE (or 0x3227AE) is known color: Persian Blue. HEX triplet: 32, 27 and AE. RGB value is (50,39,174). Sum of RGB (Red+Green+Blue) = 50+39+174=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #3227AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3227AE is #CDD851. Grayscale: #393939. Windows color (decimal): -13490258 or 11413298. OLE color: 11413298.

HSL color Cylindrical-coordinate representation of color #3227AE: hue angle of 244.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3227AE is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 39 174 -
CMYK 0.71 0.78 0 0.32
HSL 244.89º 0.63% 0.42% -
HSV(B) 244.89º 0.78% 0.68% -
XYZ 9.68 5.19 40.53 -
YUV 57.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 50 39 174 0.71 0.78 0 0.32 244.89 0.63 0.42
Hex 32 27 AE 47 4E 0 20 F5 3F 2A
Octal 62 47 256 107 116 0 40 365 77 52
Binary 110010 100111 10101110 1000111 1001110 0 100000 11110101 111111 101010

Color Harmonies of #3227AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3227AE

Black with #3227AE

Text Example


Text Example

White with #3227AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3227AE; }

 p { color: rgb(50,39,174); }

 H1.HeaderClassName
 {
   color: #3227AE;
 }
 .AnyTagClassName
 {
   color: #3227AE;
 }
</style>

background-color css

<style>
 a { background-color: #3227AE; }

 a { background-color: rgb(50,39,174); }

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

border-color css

<style>
 span { border-color: #3227AE; }

 span { border-color: rgb(50,39,174); }

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