Html Css Color HEX #3227AB Persian Blue

📋 copy color: '#3227AB'

red 50 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #3227AB

Tints of Persian Blue #3227AB

RGB

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

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

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

R = 19.23%
G = 15%
B = 65.77%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3227AB (or 0x3227AB) is known color: Persian Blue. HEX triplet: 32, 27 and AB. RGB value is (50,39,171). Sum of RGB (Red+Green+Blue) = 50+39+171=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3227AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3227AB is #CDD854. Grayscale: #383838. Windows color (decimal): -13490261 or 11216690. OLE color: 11216690.

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

Color convert

RGB 50 39 171 -
CMYK 0.71 0.77 0 0.33
HSL 245º 0.63% 0.41% -
HSV(B) 245º 0.77% 0.67% -
XYZ 9.39 5.07 39.01 -
YUV 57.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 50 39 171 0.71 0.77 0 0.33 245 0.63 0.41
Hex 32 27 AB 47 4D 0 21 F5 3F 29
Octal 62 47 253 107 115 0 41 365 77 51
Binary 110010 100111 10101011 1000111 1001101 0 100001 11110101 111111 101001

Color Harmonies of #3227AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3227AB

Black with #3227AB

Text Example


Text Example

White with #3227AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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