Html Css Color HEX #3328C1 Persian Blue

📋 copy color: '#3328C1'

red 51 ◦ green 40 ◦ blue 193

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

Shades of Persian Blue #3328C1

Tints of Persian Blue #3328C1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

 BLUE value IS 193 (75.78% from 255) = 67.96%

R = 17.96%
G = 14.08%
B = 67.96%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3328C1 (or 0x3328C1) is known color: Persian Blue. HEX triplet: 33, 28 and C1. RGB value is (51,40,193). Sum of RGB (Red+Green+Blue) = 51+40+193=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #3328C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328C1 is #CCD73E. Grayscale: #3C3C3C. Windows color (decimal): -13424447 or 12658739. OLE color: 12658739.

HSL color Cylindrical-coordinate representation of color #3328C1: hue angle of 244.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3328C1 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 40 193 -
CMYK 0.74 0.79 0 0.24
HSL 244.31º 0.66% 0.46% -
HSV(B) 244.31º 0.79% 0.76% -
XYZ 11.75 6.07 51 -
YUV 60.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 51 40 193 0.74 0.79 0 0.24 244.31 0.66 0.46
Hex 33 28 C1 4A 4F 0 18 F4 42 2E
Octal 63 50 301 112 117 0 30 364 102 56
Binary 110011 101000 11000001 1001010 1001111 0 11000 11110100 1000010 101110

Color Harmonies of #3328C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3328C1

Black with #3328C1

Text Example


Text Example

White with #3328C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3328C1; }

 p { color: rgb(51,40,193); }

 H1.HeaderClassName
 {
   color: #3328C1;
 }
 .AnyTagClassName
 {
   color: #3328C1;
 }
</style>

background-color css

<style>
 a { background-color: #3328C1; }

 a { background-color: rgb(51,40,193); }

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

border-color css

<style>
 span { border-color: #3328C1; }

 span { border-color: rgb(51,40,193); }

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