Html Css Color HEX #3327AC Persian Blue

📋 copy color: '#3327AC'

red 51 ◦ green 39 ◦ blue 172

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

Shades of Persian Blue #3327AC

Tints of Persian Blue #3327AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.65%

R = 19.47%
G = 14.89%
B = 65.65%

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

#3327AC (or 0x3327AC) is known color: Persian Blue. HEX triplet: 33, 27 and AC. RGB value is (51,39,172). Sum of RGB (Red+Green+Blue) = 51+39+172=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #3327AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3327AC is #CCD853. Grayscale: #393939. Windows color (decimal): -13424724 or 11282227. OLE color: 11282227.

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

Color convert

RGB 51 39 172 -
CMYK 0.70 0.77 0 0.33
HSL 245.41º 0.63% 0.41% -
HSV(B) 245.41º 0.77% 0.67% -
XYZ 9.54 5.13 39.52 -
YUV 57.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 51 39 172 0.70 0.77 0 0.33 245.41 0.63 0.41
Hex 33 27 AC 46 4D 0 21 F5 3F 29
Octal 63 47 254 106 115 0 41 365 77 51
Binary 110011 100111 10101100 1000110 1001101 0 100001 11110101 111111 101001

Color Harmonies of #3327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3327AC

Black with #3327AC

Text Example


Text Example

White with #3327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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