Html Css Color HEX #3323C1 Persian Blue

📋 copy color: '#3323C1'

red 51 ◦ green 35 ◦ blue 193

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

Shades of Persian Blue #3323C1

Tints of Persian Blue #3323C1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.54%

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

R = 18.28%
G = 12.54%
B = 69.18%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3323C1 (or 0x3323C1) is known color: Persian Blue. HEX triplet: 33, 23 and C1. RGB value is (51,35,193). Sum of RGB (Red+Green+Blue) = 51+35+193=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #3323C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3323C1 is #CCDC3E. Grayscale: #393939. Windows color (decimal): -13425727 or 12657459. OLE color: 12657459.

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

Color convert

RGB 51 35 193 -
CMYK 0.74 0.82 0 0.24
HSL 246.08º 0.69% 0.45% -
HSV(B) 246.08º 0.82% 0.76% -
XYZ 11.59 5.76 50.95 -
YUV 57.8 204.3 123.15 -
System Red Green Blue C M Y K H S L
Decimal 51 35 193 0.74 0.82 0 0.24 246.08 0.69 0.45
Hex 33 23 C1 4A 52 0 18 F6 45 2D
Octal 63 43 301 112 122 0 30 366 105 55
Binary 110011 100011 11000001 1001010 1010010 0 11000 11110110 1000101 101101

Color Harmonies of #3323C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3323C1

Black with #3323C1

Text Example


Text Example

White with #3323C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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