Html Css Color HEX #321ABA Persian Blue

📋 copy color: '#321ABA'

red 50 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #321ABA

Tints of Persian Blue #321ABA

RGB

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

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

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

R = 19.08%
G = 9.92%
B = 70.99%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#321ABA (or 0x321ABA) is known color: Persian Blue. HEX triplet: 32, 1A and BA. RGB value is (50,26,186). Sum of RGB (Red+Green+Blue) = 50+26+186=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #321ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ABA is #CDE545. Grayscale: #323232. Windows color (decimal): -13493574 or 12196402. OLE color: 12196402.

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

Color convert

RGB 50 26 186 -
CMYK 0.73 0.86 0 0.27
HSL 249º 0.75% 0.42% -
HSV(B) 249º 0.86% 0.73% -
XYZ 10.55 4.96 46.86 -
YUV 51.42 203.95 126.99 -
System Red Green Blue C M Y K H S L
Decimal 50 26 186 0.73 0.86 0 0.27 249 0.75 0.42
Hex 32 1A BA 49 56 0 1B F9 4B 2A
Octal 62 32 272 111 126 0 33 371 113 52
Binary 110010 11010 10111010 1001001 1010110 0 11011 11111001 1001011 101010

Color Harmonies of #321ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321ABA

Black with #321ABA

Text Example


Text Example

White with #321ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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