Html Css Color HEX #321BC6 Persian Blue

📋 copy color: '#321BC6'

red 50 ◦ green 27 ◦ blue 198

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

Shades of Persian Blue #321BC6

Tints of Persian Blue #321BC6

RGB

 RED value IS 50 (19.92% from 255) = 18.18%

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 198 (77.73% from 255) = 72%

R = 18.18%
G = 9.82%
B = 72%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#321BC6 (or 0x321BC6) is known color: Persian Blue. HEX triplet: 32, 1B and C6. RGB value is (50,27,198). Sum of RGB (Red+Green+Blue) = 50+27+198=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #321BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BC6 is #CDE439. Grayscale: #343434. Windows color (decimal): -13493306 or 12983090. OLE color: 12983090.

HSL color Cylindrical-coordinate representation of color #321BC6: hue angle of 248.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321BC6 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 27 198 -
CMYK 0.75 0.86 0 0.22
HSL 248.07º 0.76% 0.44% -
HSV(B) 248.07º 0.86% 0.78% -
XYZ 11.9 5.54 53.87 -
YUV 53.37 209.62 125.6 -
System Red Green Blue C M Y K H S L
Decimal 50 27 198 0.75 0.86 0 0.22 248.07 0.76 0.44
Hex 32 1B C6 4B 56 0 16 F8 4C 2C
Octal 62 33 306 113 126 0 26 370 114 54
Binary 110010 11011 11000110 1001011 1010110 0 10110 11111000 1001100 101100

Color Harmonies of #321BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BC6

Black with #321BC6

Text Example


Text Example

White with #321BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321BC6; }

 p { color: rgb(50,27,198); }

 H1.HeaderClassName
 {
   color: #321BC6;
 }
 .AnyTagClassName
 {
   color: #321BC6;
 }
</style>

background-color css

<style>
 a { background-color: #321BC6; }

 a { background-color: rgb(50,27,198); }

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

border-color css

<style>
 span { border-color: #321BC6; }

 span { border-color: rgb(50,27,198); }

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