Html Css Color HEX #321ABD Persian Blue

📋 copy color: '#321ABD'

red 50 ◦ green 26 ◦ blue 189

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

Shades of Persian Blue #321ABD

Tints of Persian Blue #321ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 18.87%
G = 9.81%
B = 71.32%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#321ABD (or 0x321ABD) is known color: Persian Blue. HEX triplet: 32, 1A and BD. RGB value is (50,26,189). Sum of RGB (Red+Green+Blue) = 50+26+189=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #321ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ABD is #CDE542. Grayscale: #333333. Windows color (decimal): -13493571 or 12393010. OLE color: 12393010.

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

Color convert

RGB 50 26 189 -
CMYK 0.74 0.86 0 0.26
HSL 248.83º 0.76% 0.42% -
HSV(B) 248.83º 0.86% 0.74% -
XYZ 10.87 5.09 48.55 -
YUV 51.76 205.45 126.75 -
System Red Green Blue C M Y K H S L
Decimal 50 26 189 0.74 0.86 0 0.26 248.83 0.76 0.42
Hex 32 1A BD 4A 56 0 1A F9 4C 2A
Octal 62 32 275 112 126 0 32 371 114 52
Binary 110010 11010 10111101 1001010 1010110 0 11010 11111001 1001100 101010

Color Harmonies of #321ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ABD

Black with #321ABD

Text Example


Text Example

White with #321ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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