Html Css Color HEX #3325D1 Persian Blue

📋 copy color: '#3325D1'

red 51 ◦ green 37 ◦ blue 209

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

Shades of Persian Blue #3325D1

Tints of Persian Blue #3325D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 70.37%

R = 17.17%
G = 12.46%
B = 70.37%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3325D1 (or 0x3325D1) is known color: Persian Blue. HEX triplet: 33, 25 and D1. RGB value is (51,37,209). Sum of RGB (Red+Green+Blue) = 51+37+209=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #3325D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3325D1 is #CCDA2E. Grayscale: #3C3C3C. Windows color (decimal): -13425199 or 13706547. OLE color: 13706547.

HSL color Cylindrical-coordinate representation of color #3325D1: hue angle of 244.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3325D1 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 37 209 -
CMYK 0.76 0.82 0 0.18
HSL 244.88º 0.7% 0.48% -
HSV(B) 244.88º 0.82% 0.82% -
XYZ 13.54 6.63 60.89 -
YUV 60.79 211.64 121.01 -
System Red Green Blue C M Y K H S L
Decimal 51 37 209 0.76 0.82 0 0.18 244.88 0.7 0.48
Hex 33 25 D1 4C 52 0 12 F5 46 30
Octal 63 45 321 114 122 0 22 365 106 60
Binary 110011 100101 11010001 1001100 1010010 0 10010 11110101 1000110 110000

Color Harmonies of #3325D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3325D1

Black with #3325D1

Text Example


Text Example

White with #3325D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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