Html Css Color HEX #321ACF Persian Blue

📋 copy color: '#321ACF'

red 50 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #321ACF

Tints of Persian Blue #321ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 17.67%
G = 9.19%
B = 73.14%

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

#321ACF (or 0x321ACF) is known color: Persian Blue. HEX triplet: 32, 1A and CF. RGB value is (50,26,207). Sum of RGB (Red+Green+Blue) = 50+26+207=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #321ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ACF is #CDE530. Grayscale: #353535. Windows color (decimal): -13493553 or 13572658. OLE color: 13572658.

HSL color Cylindrical-coordinate representation of color #321ACF: hue angle of 247.96º degrees, saturation: 0.78, 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 #321ACF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 26 207 -
CMYK 0.76 0.87 0 0.19
HSL 247.96º 0.78% 0.46% -
HSV(B) 247.96º 0.87% 0.81% -
XYZ 12.95 5.92 59.49 -
YUV 53.81 214.45 125.28 -
System Red Green Blue C M Y K H S L
Decimal 50 26 207 0.76 0.87 0 0.19 247.96 0.78 0.46
Hex 32 1A CF 4C 57 0 13 F8 4E 2E
Octal 62 32 317 114 127 0 23 370 116 56
Binary 110010 11010 11001111 1001100 1010111 0 10011 11111000 1001110 101110

Color Harmonies of #321ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ACF

Black with #321ACF

Text Example


Text Example

White with #321ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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