Html Css Color HEX #321BCF Persian Blue

📋 copy color: '#321BCF'

red 50 ◦ green 27 ◦ blue 207

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

Shades of Persian Blue #321BCF

Tints of Persian Blue #321BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.89%

R = 17.61%
G = 9.51%
B = 72.89%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#321BCF (or 0x321BCF) is known color: Persian Blue. HEX triplet: 32, 1B and CF. RGB value is (50,27,207). Sum of RGB (Red+Green+Blue) = 50+27+207=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #321BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BCF is #CDE430. Grayscale: #353535. Windows color (decimal): -13493297 or 13572914. OLE color: 13572914.

HSL color Cylindrical-coordinate representation of color #321BCF: hue angle of 247.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321BCF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 27 207 -
CMYK 0.76 0.87 0 0.19
HSL 247.67º 0.77% 0.46% -
HSV(B) 247.67º 0.87% 0.81% -
XYZ 12.97 5.97 59.5 -
YUV 54.4 214.12 124.86 -
System Red Green Blue C M Y K H S L
Decimal 50 27 207 0.76 0.87 0 0.19 247.67 0.77 0.46
Hex 32 1B CF 4C 57 0 13 F8 4D 2E
Octal 62 33 317 114 127 0 23 370 115 56
Binary 110010 11011 11001111 1001100 1010111 0 10011 11111000 1001101 101110

Color Harmonies of #321BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BCF

Black with #321BCF

Text Example


Text Example

White with #321BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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