Html Css Color HEX #321DBF Persian Blue

📋 copy color: '#321DBF'

red 50 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #321DBF

Tints of Persian Blue #321DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 191 (75% from 255) = 70.74%

R = 18.52%
G = 10.74%
B = 70.74%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#321DBF (or 0x321DBF) is known color: Persian Blue. HEX triplet: 32, 1D and BF. RGB value is (50,29,191). Sum of RGB (Red+Green+Blue) = 50+29+191=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #321DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DBF is #CDE240. Grayscale: #353535. Windows color (decimal): -13492801 or 12524850. OLE color: 12524850.

HSL color Cylindrical-coordinate representation of color #321DBF: hue angle of 247.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321DBF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 29 191 -
CMYK 0.74 0.85 0 0.25
HSL 247.78º 0.74% 0.43% -
HSV(B) 247.78º 0.85% 0.75% -
XYZ 11.16 5.32 49.73 -
YUV 53.75 205.46 125.33 -
System Red Green Blue C M Y K H S L
Decimal 50 29 191 0.74 0.85 0 0.25 247.78 0.74 0.43
Hex 32 1D BF 4A 55 0 19 F8 4A 2B
Octal 62 35 277 112 125 0 31 370 112 53
Binary 110010 11101 10111111 1001010 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #321DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321DBF

Black with #321DBF

Text Example


Text Example

White with #321DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,29,191); }

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

background-color css

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

 a { background-color: rgb(50,29,191); }

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

border-color css

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

 span { border-color: rgb(50,29,191); }

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