Html Css Color HEX #3321BA Persian Blue

📋 copy color: '#3321BA'

red 51 ◦ green 33 ◦ blue 186

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

Shades of Persian Blue #3321BA

Tints of Persian Blue #3321BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 18.89%
G = 12.22%
B = 68.89%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3321BA (or 0x3321BA) is known color: Persian Blue. HEX triplet: 33, 21 and BA. RGB value is (51,33,186). Sum of RGB (Red+Green+Blue) = 51+33+186=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #3321BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321BA is #CCDE45. Grayscale: #373737. Windows color (decimal): -13426246 or 12198195. OLE color: 12198195.

HSL color Cylindrical-coordinate representation of color #3321BA: hue angle of 247.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3321BA is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 33 186 -
CMYK 0.73 0.82 0 0.27
HSL 247.06º 0.7% 0.43% -
HSV(B) 247.06º 0.82% 0.73% -
XYZ 10.77 5.34 46.92 -
YUV 55.82 201.46 124.56 -
System Red Green Blue C M Y K H S L
Decimal 51 33 186 0.73 0.82 0 0.27 247.06 0.7 0.43
Hex 33 21 BA 49 52 0 1B F7 46 2B
Octal 63 41 272 111 122 0 33 367 106 53
Binary 110011 100001 10111010 1001001 1010010 0 11011 11110111 1000110 101011

Color Harmonies of #3321BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3321BA

Black with #3321BA

Text Example


Text Example

White with #3321BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3321BA; }

 p { color: rgb(51,33,186); }

 H1.HeaderClassName
 {
   color: #3321BA;
 }
 .AnyTagClassName
 {
   color: #3321BA;
 }
</style>

background-color css

<style>
 a { background-color: #3321BA; }

 a { background-color: rgb(51,33,186); }

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

border-color css

<style>
 span { border-color: #3321BA; }

 span { border-color: rgb(51,33,186); }

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