Html Css Color HEX #321AD2 Persian Blue

📋 copy color: '#321AD2'

red 50 ◦ green 26 ◦ blue 210

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

Shades of Persian Blue #321AD2

Tints of Persian Blue #321AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 73.43%

R = 17.48%
G = 9.09%
B = 73.43%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#321AD2 (or 0x321AD2) is known color: Persian Blue. HEX triplet: 32, 1A and D2. RGB value is (50,26,210). Sum of RGB (Red+Green+Blue) = 50+26+210=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 210 (82.42% from 255 or 73.43% from 286); Max value from RGB is 210 - color contains mainly: blue. Hex color #321AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AD2 is #CDE52D. Grayscale: #353535. Windows color (decimal): -13493550 or 13769266. OLE color: 13769266.

HSL color Cylindrical-coordinate representation of color #321AD2: hue angle of 247.83º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321AD2 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 26 210 -
CMYK 0.76 0.88 0 0.18
HSL 247.83º 0.78% 0.46% -
HSV(B) 247.83º 0.88% 0.82% -
XYZ 13.32 6.07 61.44 -
YUV 54.15 215.95 125.04 -
System Red Green Blue C M Y K H S L
Decimal 50 26 210 0.76 0.88 0 0.18 247.83 0.78 0.46
Hex 32 1A D2 4C 58 0 12 F8 4E 2E
Octal 62 32 322 114 130 0 22 370 116 56
Binary 110010 11010 11010010 1001100 1011000 0 10010 11111000 1001110 101110

Color Harmonies of #321AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AD2

Black with #321AD2

Text Example


Text Example

White with #321AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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