Html Css Color HEX #321CCF Persian Blue

📋 copy color: '#321CCF'

red 50 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #321CCF

Tints of Persian Blue #321CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 17.54%
G = 9.82%
B = 72.63%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#321CCF (or 0x321CCF) is known color: Persian Blue. HEX triplet: 32, 1C and CF. RGB value is (50,28,207). Sum of RGB (Red+Green+Blue) = 50+28+207=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #321CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CCF is #CDE330. Grayscale: #363636. Windows color (decimal): -13493041 or 13573170. OLE color: 13573170.

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

Color convert

RGB 50 28 207 -
CMYK 0.76 0.86 0 0.19
HSL 247.37º 0.76% 0.46% -
HSV(B) 247.37º 0.86% 0.81% -
XYZ 12.99 6.01 59.51 -
YUV 54.98 213.79 124.45 -
System Red Green Blue C M Y K H S L
Decimal 50 28 207 0.76 0.86 0 0.19 247.37 0.76 0.46
Hex 32 1C CF 4C 56 0 13 F7 4C 2E
Octal 62 34 317 114 126 0 23 367 114 56
Binary 110010 11100 11001111 1001100 1010110 0 10011 11110111 1001100 101110

Color Harmonies of #321CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CCF

Black with #321CCF

Text Example


Text Example

White with #321CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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