Html Css Color HEX #321AC3 Persian Blue

📋 copy color: '#321AC3'

red 50 ◦ green 26 ◦ blue 195

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

Shades of Persian Blue #321AC3

Tints of Persian Blue #321AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.96%

R = 18.45%
G = 9.59%
B = 71.96%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#321AC3 (or 0x321AC3) is known color: Persian Blue. HEX triplet: 32, 1A and C3. RGB value is (50,26,195). Sum of RGB (Red+Green+Blue) = 50+26+195=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #321AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AC3 is #CDE53C. Grayscale: #333333. Windows color (decimal): -13493565 or 12786226. OLE color: 12786226.

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

Color convert

RGB 50 26 195 -
CMYK 0.74 0.87 0 0.24
HSL 248.52º 0.76% 0.43% -
HSV(B) 248.52º 0.87% 0.76% -
XYZ 11.54 5.36 52.06 -
YUV 52.44 208.45 126.26 -
System Red Green Blue C M Y K H S L
Decimal 50 26 195 0.74 0.87 0 0.24 248.52 0.76 0.43
Hex 32 1A C3 4A 57 0 18 F9 4C 2B
Octal 62 32 303 112 127 0 30 371 114 53
Binary 110010 11010 11000011 1001010 1010111 0 11000 11111001 1001100 101011

Color Harmonies of #321AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321AC3

Black with #321AC3

Text Example


Text Example

White with #321AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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