Html Css Color HEX #321BBA Persian Blue

📋 copy color: '#321BBA'

red 50 ◦ green 27 ◦ blue 186

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

Shades of Persian Blue #321BBA

Tints of Persian Blue #321BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.72%

R = 19.01%
G = 10.27%
B = 70.72%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#321BBA (or 0x321BBA) is known color: Persian Blue. HEX triplet: 32, 1B and BA. RGB value is (50,27,186). Sum of RGB (Red+Green+Blue) = 50+27+186=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #321BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BBA is #CDE445. Grayscale: #333333. Windows color (decimal): -13493318 or 12196658. OLE color: 12196658.

HSL color Cylindrical-coordinate representation of color #321BBA: hue angle of 248.68º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321BBA is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 27 186 -
CMYK 0.73 0.85 0 0.27
HSL 248.68º 0.75% 0.42% -
HSV(B) 248.68º 0.85% 0.73% -
XYZ 10.57 5.01 46.86 -
YUV 52 203.62 126.57 -
System Red Green Blue C M Y K H S L
Decimal 50 27 186 0.73 0.85 0 0.27 248.68 0.75 0.42
Hex 32 1B BA 49 55 0 1B F9 4B 2A
Octal 62 33 272 111 125 0 33 371 113 52
Binary 110010 11011 10111010 1001001 1010101 0 11011 11111001 1001011 101010

Color Harmonies of #321BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BBA

Black with #321BBA

Text Example


Text Example

White with #321BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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