Html Css Color HEX #3325AD Persian Blue

📋 copy color: '#3325AD'

red 51 ◦ green 37 ◦ blue 173

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

Shades of Persian Blue #3325AD

Tints of Persian Blue #3325AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

 BLUE value IS 173 (67.97% from 255) = 66.28%

R = 19.54%
G = 14.18%
B = 66.28%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3325AD (or 0x3325AD) is known color: Persian Blue. HEX triplet: 33, 25 and AD. RGB value is (51,37,173). Sum of RGB (Red+Green+Blue) = 51+37+173=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3325AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3325AD is #CCDA52. Grayscale: #383838. Windows color (decimal): -13425235 or 11347251. OLE color: 11347251.

HSL color Cylindrical-coordinate representation of color #3325AD: hue angle of 246.18º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3325AD is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 37 173 -
CMYK 0.71 0.79 0 0.32
HSL 246.18º 0.65% 0.41% -
HSV(B) 246.18º 0.79% 0.68% -
XYZ 9.57 5.04 40 -
YUV 56.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 51 37 173 0.71 0.79 0 0.32 246.18 0.65 0.41
Hex 33 25 AD 47 4F 0 20 F6 41 29
Octal 63 45 255 107 117 0 40 366 101 51
Binary 110011 100101 10101101 1000111 1001111 0 100000 11110110 1000001 101001

Color Harmonies of #3325AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3325AD

Black with #3325AD

Text Example


Text Example

White with #3325AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3325AD; }

 p { color: rgb(51,37,173); }

 H1.HeaderClassName
 {
   color: #3325AD;
 }
 .AnyTagClassName
 {
   color: #3325AD;
 }
</style>

background-color css

<style>
 a { background-color: #3325AD; }

 a { background-color: rgb(51,37,173); }

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

border-color css

<style>
 span { border-color: #3325AD; }

 span { border-color: rgb(51,37,173); }

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