Html Css Color HEX #3327AB Persian Blue

📋 copy color: '#3327AB'

red 51 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #3327AB

Tints of Persian Blue #3327AB

RGB

 RED value IS 51 (20.31% from 255) = 19.54%

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

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

R = 19.54%
G = 14.94%
B = 65.52%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3327AB (or 0x3327AB) is known color: Persian Blue. HEX triplet: 33, 27 and AB. RGB value is (51,39,171). Sum of RGB (Red+Green+Blue) = 51+39+171=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3327AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3327AB is #CCD854. Grayscale: #393939. Windows color (decimal): -13424725 or 11216691. OLE color: 11216691.

HSL color Cylindrical-coordinate representation of color #3327AB: hue angle of 245.45º 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 #3327AB is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 39 171 -
CMYK 0.70 0.77 0 0.33
HSL 245.45º 0.63% 0.41% -
HSV(B) 245.45º 0.77% 0.67% -
XYZ 9.44 5.1 39.01 -
YUV 57.64 191.98 123.27 -
System Red Green Blue C M Y K H S L
Decimal 51 39 171 0.70 0.77 0 0.33 245.45 0.63 0.41
Hex 33 27 AB 46 4D 0 21 F5 3F 29
Octal 63 47 253 106 115 0 41 365 77 51
Binary 110011 100111 10101011 1000110 1001101 0 100001 11110101 111111 101001

Color Harmonies of #3327AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3327AB

Black with #3327AB

Text Example


Text Example

White with #3327AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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