Html Css Color HEX #321BCA Persian Blue

📋 copy color: '#321BCA'

red 50 ◦ green 27 ◦ blue 202

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

Shades of Persian Blue #321BCA

Tints of Persian Blue #321BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 202 (79.3% from 255) = 72.4%

R = 17.92%
G = 9.68%
B = 72.4%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#321BCA (or 0x321BCA) is known color: Persian Blue. HEX triplet: 32, 1B and CA. RGB value is (50,27,202). Sum of RGB (Red+Green+Blue) = 50+27+202=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #321BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BCA is #CDE435. Grayscale: #353535. Windows color (decimal): -13493302 or 13245234. OLE color: 13245234.

HSL color Cylindrical-coordinate representation of color #321BCA: hue angle of 247.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321BCA is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 27 202 -
CMYK 0.75 0.87 0 0.21
HSL 247.89º 0.76% 0.45% -
HSV(B) 247.89º 0.87% 0.79% -
XYZ 12.37 5.73 56.33 -
YUV 53.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 50 27 202 0.75 0.87 0 0.21 247.89 0.76 0.45
Hex 32 1B CA 4B 57 0 15 F8 4C 2D
Octal 62 33 312 113 127 0 25 370 114 55
Binary 110010 11011 11001010 1001011 1010111 0 10101 11111000 1001100 101101

Color Harmonies of #321BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BCA

Black with #321BCA

Text Example


Text Example

White with #321BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,27,202); }

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

background-color css

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

 a { background-color: rgb(50,27,202); }

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

border-color css

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

 span { border-color: rgb(50,27,202); }

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