Html Css Color HEX #321CB5 Persian Blue

📋 copy color: '#321CB5'

red 50 ◦ green 28 ◦ blue 181

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

Shades of Persian Blue #321CB5

Tints of Persian Blue #321CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 181 (71.09% from 255) = 69.88%

R = 19.31%
G = 10.81%
B = 69.88%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#321CB5 (or 0x321CB5) is known color: Persian Blue. HEX triplet: 32, 1C and B5. RGB value is (50,28,181). Sum of RGB (Red+Green+Blue) = 50+28+181=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #321CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CB5 is #CDE34A. Grayscale: #333333. Windows color (decimal): -13493067 or 11869234. OLE color: 11869234.

HSL color Cylindrical-coordinate representation of color #321CB5: hue angle of 248.63º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321CB5 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 28 181 -
CMYK 0.72 0.85 0 0.29
HSL 248.63º 0.73% 0.41% -
HSV(B) 248.63º 0.85% 0.71% -
XYZ 10.07 4.84 44.12 -
YUV 52.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 50 28 181 0.72 0.85 0 0.29 248.63 0.73 0.41
Hex 32 1C B5 48 55 0 1D F9 49 29
Octal 62 34 265 110 125 0 35 371 111 51
Binary 110010 11100 10110101 1001000 1010101 0 11101 11111001 1001001 101001

Color Harmonies of #321CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CB5

Black with #321CB5

Text Example


Text Example

White with #321CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,181); }

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

background-color css

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

 a { background-color: rgb(50,28,181); }

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

border-color css

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

 span { border-color: rgb(50,28,181); }

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